Skip to content

Commit

Permalink
Updating documentation on the supported AWS Lambda runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Jun 23, 2020
1 parent dbe80bd commit 2a5f7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +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 v8.10.
Runtime is set to Node.js 12.x. (Node.js 10.x is also supported.)

- 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 2a5f7e5

Please sign in to comment.