-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update to a newer node versions #41
Comments
+1 for this thing |
++ |
For me, It is not work after Node 16.14.2. |
Any news on this from the AWS team? NodeJS 18 will become the active LTS in October 2022, so the RIC support is getting very out-of-date. |
Please can you give us an ETA? It is really, really old at this point. |
Would be really nice if you could install the requested node version provided by pacakge.json or something like that...
|
Any news?! This library still only supports Node 14 - which is in Maintenance phase since 1 year and 2 even-numbered versions behind current LTS. The fact that noone from AWS responded to this ticket yet is shockingly unprofessional and shows major disregard for their customer base. |
I contacted AWS support about this a few days ago. They said the lambda team are aware of the issue and are working on it (although quite why they havent responded here...) They said that as a workaround, you can extract the runtime from the official amazon images with the following command:
Note that the included aws-sdk module that gets extracted is not required for the runtime to work. |
Is there any news on this? Amazon officially supports NodeJS 18 however the RIC has yet to be updated. We rely on this module to run our own base images on Lambda. @makeable Did you manage to get the workaround executing? We get errors related to missing libraries etc when trying to run with NodeJS 18 using following command.
|
What base image are you using? If you are using an Alpine Linux based one it could be because it's using musl libc and the aws image is using glibc. So try We'll need to figure out a solution / workaround for this too as Node.js 14 goes of end life very soon. |
We tried a variety of base images including |
Uh. So yeah. We ported our custom image to use the provided base image. It seems to be very actively updated. It has yum which can be used to add custom packages very easily. The only downside is that the image size more than doubled from our previous Alpine based one. Will probably look into SlimToolkit for reducing it's size at some point. |
Hi, We investigated the issue and have updated instructions on how to use the RIC with Node16+. Summary of the issue:
|
Some packages use newer features that are not available in your NodeJS version, I where just wondering if you could update it to a newer version.
The text was updated successfully, but these errors were encountered: