-
Notifications
You must be signed in to change notification settings - Fork 58
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 supported Runtimes #123
Update supported Runtimes #123
Conversation
Sorry to bother, just a quick ping/reminder @aarondfrancis |
Can we leave the default runtime as 14, and then it's not a breaking change? We'll have to do it eventually, but I'd rather wait as long as possible |
@aarondfrancis We could leave the default value in the Also now that I think of it, adding a |
Also, just to add a note here: according to Node.js releases cycle Node.js v14 is already unsupported so it may not be long before AWS stops supporting it as a Lambda Runtime too. |
@aarondfrancis I've udated the title of this PR to reflect that this is not a breaking change anymore! |
I've just updated this PR since AWS added support for Python 3.11 just a few days ago. |
@aarondfrancis |
@aarondfrancis - Any thoughts on when this might get merged in? |
It would be great to add this as Node.js 14.x is now deprecated and cannot be used to create new Lambda functions. |
Suggested changes by @owenvoke
I have updated this PR with your suggested changes @owenvoke |
At this point this PR has been open for 7 months, so I am not sure if this package has been abandoned or not. cc'ing everyone that has participated in this @mt-dev44 @owenvoke @aarondfrancis |
Sorry, been a while. Had a lot going on. I'll merge and tag |
Thanks for your patience @wilsenhc et al. Tagged a new release. I'll work through the backlog of other ones in the next few days |
This PR updates the list of supported runtimes to the current supported runtimes listed in the Lambda runtimes docs page.
This PR also updates the default runtime for Lambda Functions to be latest Node.js LTS version.
Last but not least, this PR also updated the docs to be consistent with the list of Lambda Runtimes