-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add NodeJS 20 support for Lambda #9659
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
Conversation
[Node.js 20.x runtime is available in AWS Lambda](https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/) as of 15 November, 2023
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
I have read the CLA Document and I hereby sign the CLA |
Thank you @ataylorme for the initiative 👏👏👏 and @DavidTanner for the proactive review comment 👍 Some comments:
Therefore, we decided to improve the organization of runtimes to allow easier and faster updates in the future. We have prepared this PR #9697 I hope this is ok for you @ataylorme. I can add you as a co-author once I merge the PR for proper credits 🥇 . We are looking forward to supporting new runtimes much easier and faster in the future 🚀 |
@joe4dev thank you for the detailed response. The more organized, single PR absolutely makes sense. I’m looking forward to it shipping in an upcoming release. Cheers! |
@ataylorme You are welcome :) The Congratulations on your first LocalStack contribution 🥳 |
Motivation
I am upgrading my Lambdas to NodeJS 20, which is now supported by AWS, as it is the current LTS version and want to test them with localstack
Changes
Adds NodeJS 20 support for Lambda
Testing
I was unable to test locally. I will spend more time on my local environment but any help testing and updating snapshots is appreciated
TODO