We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa3fa4 commit 67bc86bCopy full SHA for 67bc86b
README.md
@@ -59,7 +59,8 @@ the email forwarding mapping from original destinations to new destination.
59
2. In AWS Lambda, add a new function and skip selecting a blueprint.
60
61
- 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.
+ 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.)
64
65
- For the Lambda function code, either copy and paste the contents of
66
`index.js` into the inline code editor or zip the contents of the repository
0 commit comments