-
Notifications
You must be signed in to change notification settings - Fork 145
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
Feature request: add support for nodejs16.x runtime #830
Comments
From a first round of research, here are some places that needs updating: |
At the moment we are blocked by CDK releasing support for the new runtime (we use CDK in the integration tests). |
For those that run across this that use terraform: hashicorp/terraform-provider-aws#24714 |
On hold (hopefully for a relatively short time) until the CDK release containing this update: aws/aws-cdk#20261 |
Both CDK and SAM added support for the new runtime, will link a PR to the issue shortly. |
|
Description of the feature request
Problem statement
Support for nodejs16.x currently missing.
Summary of the feature
The runtime nodejs16.x will be GA this week, see this related issue.
As part of this issue, support for the Node.js v16 runtime should be added where relevant.
Code examples
N/A
Benefits for you and the wider AWS community
N/A
Describe alternatives you've considered
N/A
Additional context
N/A
Related issues, RFCs
aws/aws-lambda-base-images#14
The text was updated successfully, but these errors were encountered: