Noelle Hockaday
Noelle Hockaday
I don't understand - this still uses require, which is no longer available in Node.JS 18 - how does this fix #144 ?
> NodeJS 18.x _does_ still support `require()`. The problem is that the AWS Lambda runtime for NodeJS 18.x now ships the AWS SDK v3, not the AWS SDK v2. First...
Okay, I think I understand after reading a little more closely: You are saying it isn't relevant **to the PR**... not that it isn't necessary to be aware of in...
Just to clarify - I'm sorry if this is getting grating and I appreciate any insight you have as I am, as stated, new to Node and have been trying...
Thank you for clarifyng that this is written in CJS syntax and does not work with ESM also. As far as package.json... I actually have no package.json in my Lambda...
Thank you again for the reply. For whatever reason, when I create new functions, they seem to be configured for ESM by default. Maybe there is some sort of global...
The script now runs for me without error after that last change... at least initially (see below). I had been getting a permissions error, which I realized was the result...
@mylesboone Ahhh, I saw what you said about emails going to recipients on the original message instead of those specified in the configuration section of the script as a potential...
@mylesboone Hooray, that worked! Thank you so much! :cat:
Thank you for the web archive links! You can actually still get the SDK from Adobe, but that runtime doesn't exist anywhere other than web archive... Once again I am...