We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The template should create a lambda with Node.js runtime in a LTS version.
The lambda is being created with Node.js v12.x.
AWS will end support for Node.js v12.x runtime in November 1, 2022: https://aws.amazon.com/pt/blogs/developer/announcing-the-end-of-support-for-node-js-12-x-in-the-aws-sdk-for-javascript-v3/
Is there any problem to update the template.yml and use v16.x instead of v12.x?
template.yml
The text was updated successfully, but these errors were encountered:
Nope, no problem.
Sorry, something went wrong.
This is released in v.0.5.0 https://github.com/DataDog/datadog-cloudformation-macro/releases/tag/serverless-macro-0.5.0
astuyve
Successfully merging a pull request may close this issue.
Expected Behavior
The template should create a lambda with Node.js runtime in a LTS version.
Actual Behavior
The lambda is being created with Node.js v12.x.
AWS will end support for Node.js v12.x runtime in November 1, 2022:
https://aws.amazon.com/pt/blogs/developer/announcing-the-end-of-support-for-node-js-12-x-in-the-aws-sdk-for-javascript-v3/
Is there any problem to update the
template.yml
and use v16.x instead of v12.x?The text was updated successfully, but these errors were encountered: