From f8575bb09fa231613aeff538818aecd8d7e28d54 Mon Sep 17 00:00:00 2001 From: Myles Boone Date: Thu, 19 Oct 2023 14:11:48 -0400 Subject: [PATCH] update README for Node20.x support --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 195be59..f6d764e 100644 --- a/README.md +++ b/README.md @@ -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