-
Notifications
You must be signed in to change notification settings - Fork 977
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
Add support for Node 20 #631
Comments
Just gettin' a headstart so maybe it'll be ready when LTS is ready (October?), rather than waiting an extra year |
As per the above comments, the following command worked in my environment using phases:
install:
runtime-versions:
nodejs: 18
commands:
- n 20 |
It would be really great to get Node 20 support. These long release windows from AWS really causes issues for us when it comes to maintenance. |
+1 it would be good to be able to start working with v20. Otherwise, it is not very convenient to use CodeBuild. |
+1 Our team would appreciate very much to get Node 20 support 🌞 aws/aws-lambda-base-images#91 (comment) Hopefully by December 2023? |
Hello guys, any help needed to proceed for Node 20 images, ready to help afternoons and on weekends |
20 LTS is a thing starting today, good luck AWS team |
I'd love to see this happen well before AWS stops supporting node 16 because porting over an entire codebase is tedious enough that I'd love to jump straight to 20 instead of using 18 for 1 month as a stop-gap. |
|
👍 can someone process this pull request, it will be really helpful for my team as we are upgrading our systems to node 20. |
+1 on this. Ideally I would hope to see new Ubuntu / Amazon Linux images being released at the same time as Lambda support for new Node versions. |
Yes, Node 20 support for Lambda is out in the wild. I just checked the Lambda console and it's listed as an available runtime (it's the default if you click 'Create Function') |
They've completed an image which supports AWS 20 It is available for LAMBDA users It is not yet available for CODEBUILD users So, you can try using the Codebuild: https://docs.aws.amazon.com/codebuild/latest/userguide/available-runtimes.html |
We used the |
CodeBuild released Node 20 in the AL:5.0 image and Ubuntu 7.0 (#689). |
What about support for the arm images? |
Yep, seconded on ARM images. I'll raise a new issue... |
I learned today that you can use |
That's a good trick @mbp - thanks! I think I'm happy to wait for "proper" Node 20 support but always useful to know the workarounds 😊 |
Why are comments suddenly getting deleted? @aws |
They're deleting replies that are critical of the delay in adding Node 20 support. |
|
CodeBuild released Node20 for ARM (#697) |
@Dylan-AWS what of x86_64? |
Node 20 is supported in x86_64 Linux images: Amazon Linux, Ubuntu version. This was added in a prior release. |
node 20 has been supported for a while. But can we have node 20 instead of node 18 as the default
n 20 switch from node 18 to node 20?
Considering that node 20 is ACTIVE and node 18 is MAINTENANCE at this time https://github.com/nodejs/Release |
Hello there 👋 ,
Now that Node 20 is LTS (https://nodejs.org/en/), can we add support for Node 20 as a supported runtime on CodeBuild?
Thanks heaps.
#580
The text was updated successfully, but these errors were encountered: