Skip to content

Commit 2f6ad93

Browse files
committed
Update to text of documentation clarifying point about Node.js version.
1 parent 765bb44 commit 2f6ad93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ credentials to Redshift for the COPY command:
184184

185185
1. Go to the AWS Lambda Console in the same region as your S3 bucket and Amazon Redshift cluster.
186186
2. Select Create a Lambda function and select the 'Author from Scratch' option
187-
3. Enter the function name `LambdaRedshiftLoader`, and the Runtime value as 'Node.js 6.10'. The function name must be `LambdaRedshiftLoader` in order to use automated event source routing.
187+
3. Enter the function name `LambdaRedshiftLoader`, and the Runtime value as 'Node.js <version>'. The function name must be `LambdaRedshiftLoader` in order to use automated event source routing. The function was built and comprehensively tested on Node version .10, and is used by customers on a variety of other versions. Please report any issues around Node.js engine compatibility via Issues.
188188
4. Choose the IAM role that you would like to run the Lambda function under, as configured above
189189
5. Choose 'Create Function'
190190
6. Under the 'Function code' section, choose 'Upload a file from Amazon S3', and use the table below to find the correct s3 location for your region.

0 commit comments

Comments
 (0)