Skip to content

Commit

Permalink
Updating documentation on using Node.js 16 or 18 (which requires inst…
Browse files Browse the repository at this point in the history
…alling AWS SDK v2).
  • Loading branch information
arithmetric committed Oct 9, 2023
1 parent 6aa3fa4 commit 67bc86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ the email forwarding mapping from original destinations to new destination.
2. In AWS Lambda, add a new function and skip selecting a blueprint.

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

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

0 comments on commit 67bc86b

Please sign in to comment.