-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS no longer support Node.js 12 #77
Comments
Here is the error message: |
I solved it by following these steps , may be the hacky way.
And it worked for me |
Setting the below in
|
I got this error after try to deploy it on node18 & node20
|
All you need to do is change the version of lambda-node. In your package.json change "node-lambda": "0.16.0" to "node-lambda": "1.3.0" |
Hello,
This is currently broken because AWS no longer support Node.js 12. Please upgrade this to a newer version of Node.js so that this application remains functional. It really is a great tool and I would love to continue using it. I appreciate your help!
Thanks,
Austin
The text was updated successfully, but these errors were encountered: