aws-samples / aws-serverless-workshops

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
http://wildrydes.com
Apache License 2.0
4.2k stars 2.63k forks source link

Node JS issue #360

Open robertjsandor opened 6 days ago

robertjsandor commented 6 days ago

Looks like Node js 16.0 runtime has been deprecated in AWS Lambda. Can anyone point me to how to change the code to support the 18.0 environment?

Changing the runtime brings up an error with the jQuery. I did change the code to the guided fix, but then the test event gives me a 500 error.

Sorry, not a good enough coder to understand the issue, but the code worked fine with Node 16.0.