Skip to content

Commit 9aabb3a

Browse files
author
Tomonori Kimura
committed
Add how to use proxy.
1 parent 5e1b11e commit 9aabb3a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Table of Contents
1818
* [Getting Started - Granting AWS Lambda rights to access your Redshift cluster](#getting-started---granting-aws-lambda-rights-to-access-your-redshift-cluster)
1919
* [Redshift running in VPC](#redshift-running-in-vpc)
2020
* [Redshift running in EC2 Classic/Not in VPC](#redshift-running-in-ec2-classicnot-in-vpc)
21+
* [If you want to use http proxy instead of NAT gateway](#if-you-want-to-use-http-proxy-instead-of-nat-gateway)
2122
* [Getting Started - Support for Notifications & Complex Workflows](#getting-started---support-for-notifications--complex-workflows)
2223
* [Getting Started - Entering the Configuration](#getting-started---entering-the-configuration)
2324
* [The Configuration S3 Prefix](#the-configuration-s3-prefix)
@@ -204,6 +205,14 @@ loaded. Create a user with a complex password using the CREATE USER command
204205
(http://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html), and grant
205206
INSERT using GRANT (http://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html).
206207

208+
### If you want to use http proxy instead of NAT gateway
209+
210+
To configure environment variable of your Lambda function:
211+
212+
1. Add a variable. Key is "https_proxy".
213+
2. Fill a variable. For example, http://proxy.example.org:3128
214+
215+
207216
## Getting Started - Support for Notifications & Complex Workflows
208217
This function can send notifications on completion of batch processing. Using SNS,
209218
you can then receive notifications through email and HTTP Push to an application,

0 commit comments

Comments
 (0)