Skip to content

Commit

Permalink
update README for Node20.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
mylesboone committed Jan 21, 2024
1 parent f677975 commit f8575bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ 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 16.x. (Node.js 18.x can be used if the AWS SDK v2
module is also installed.)
Runtime is set to Node.js 20.x.

- 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 f8575bb

Please sign in to comment.