-
Notifications
You must be signed in to change notification settings - Fork 27
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 nodejs 22.x as a runtime #90
Comments
The aws lambda runtimes are updated to the latest according to the documentation[1]. Resolves: serverless#90 [1]: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
Is it generated automatically though (type definitions)? As mentioned in the repository description |
@visrut-at-handldigital , that's what is mentioned in README. But, @fredericbarthelet , updated the @fredericbarthelet , Can you please confirm what is the correct way? Thanks! |
@fredericbarthelet Can we get an update on this? I was hoping to use |
I think that @types/serverless is the correct dependency, seems like |
@fredericbarthelet , Can you please help us understand about the maintainability of this package? |
Unfortunately, as stated in #81, without a valid NPM_TOKEN, no new version of this package can be published on NPM. Awaiting assistance from Serverless Framework team on that matter. @austencollins? |
Glad to hear this is still maintained, is there any guideline on when to use |
IMO, |
+1 here |
This is also an important factor for us to more broadly adopt V4 for more services. Having to add dozens of ts ignores is making the upgrade hurdle higher for some of our larger monorepos. Please update this Serverless Team :) |
Lambda now supports NodeJS 22.x
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
The text was updated successfully, but these errors were encountered: