Skip to content

Commit 67bc86b

Browse files
committed
Updating documentation on using Node.js 16 or 18 (which requires installing AWS SDK v2).
1 parent 6aa3fa4 commit 67bc86b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ the email forwarding mapping from original destinations to new destination.
5959
2. In AWS Lambda, add a new function and skip selecting a blueprint.
6060

6161
- Name the function "SesForwarder" and optionally give it a description. Ensure
62-
Runtime is set to Node.js 18.x or Node.js 16.x.
62+
Runtime is set to Node.js 16.x. (Node.js 18.x can be used if the AWS SDK v2
63+
module is also installed.)
6364

6465
- For the Lambda function code, either copy and paste the contents of
6566
`index.js` into the inline code editor or zip the contents of the repository

0 commit comments

Comments
 (0)