claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 276 forks source link

Add nodejs16, remove nodejs10.x #240

Open jeffbonnes opened 2 years ago

jeffbonnes commented 2 years ago

Just got an email from AWS saying they are starting the process for end of support for Node.js 12. They are recommending updating to nodejs16, so I though it would be good to update the docs and command line options. I also noticed that nodejs10 was still a supported runtime, but I think lamdba function would fail now since AWS removed support for it January 1, 2022.

KBRR11 commented 6 months ago

nodejs14.x is no longer supported for creating or updating AWS Lambda functions, now NodeJs 20.x is recommended

knight174 commented 6 months ago

nodejs14.x is no longer supported for creating or updating AWS Lambda functions, now NodeJs 20.x is recommended We can add --runtime nodejs20.x in script. click here to know more details: https://claudiajs.com/news/2019/11/19/claudia-5.10.html