How to send an AWS SES email in Lambda with aws-sdk v3 using the latest version of Node?
How can I validate a Google Recaptcha in AWS Lambda using NodeJS 20 and then send an email if successful with AWS SES? It is assumed the front-end facing form sends the Recaptcha response via the variable gRecapResp
. A lot of the answers I found were using Node 16 or earlier which doesn’t work the latest versions of Node. I would prefer not to use any packaged zips layers.