- Newest
- Most votes
- Most comments
Hello.
Node.js 14 is listed as a deprecated version, so you probably can't roll back to it.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated
Not possible I'm afraid.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels
For at least 30 days after a runtime is deprecated, you’re still able to create new Lambda functions using that runtime. Starting from 30 days after deprecation, Lambda begins blocking the creation of new functions.
That date was 9th January 2024, after which new functions cannot be created with Node.js 14 https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated
That is too bad. My lambda function has
devandprodalias. To test in dev i need to update the environment fromv14tov20for testing just indev. As bothdevandprodhas the same runtime env, my app now is broken. Thank you anyway
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 5 months ago

yep, I knew that. But I hope that there is a manual way to rollback
As stated in the document attached by @Steve_M, Lambda cannot be created in Nodejs14 in the first place, so I don't think rollback is possible.