Skip to content
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

Upgrade Node to 14 for Lambda deprecation notice #16

Open
ronaldtse opened this issue Jun 3, 2021 · 0 comments
Open

Upgrade Node to 14 for Lambda deprecation notice #16

ronaldtse opened this issue Jun 3, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ronaldtse
Copy link
Contributor

From AWS:

A. We are ending support for Node.js 10 in AWS Lambda on July 30, 2021. This follows the Node.js language governing body declaring Node.js 10 end of life as of April 30, 2021 [1].

Q. What does end of support for Node.js 10 in Lambda mean?
A: As described in the Lambda runtime support policy [2], end of support for language runtimes in Lambda happens in two stages. Starting July 30, 2021, Lambda will no longer apply security patches and other updates to the Node.js 10 runtime used by Lambda functions, and functions using Node.js 10 will no longer be eligible for technical support. In addition, you will no longer be able to create new Lambda functions using the Node.js 10 runtime. Starting Aug 30, 2021, you will no longer be able to update existing functions using the Node.js 10 runtime.

End of support does not impact function execution. Your functions will continue to run. However, they will be running on an unsupported runtime which is no longer maintained or patched by the AWS Lambda team.

Q. Why are you contacting me?
A. We are contacting you as we have identified that your AWS Account currently has one or more Lambda functions using Node.js 10.

Q. How do I know if I have any functions using Node.js 10?
The following command shows how to use the AWS CLI [3] to list all functions in your account using Node.js 10:

aws lambda list-functions --function-version ALL --output text --query "Functions[?Runtime=='nodejs10.x'].FunctionArn"

Q. What do I need to do?
A. You should migrate your existing Node.js 10 Lambda functions to Node.js 14, which is the latest supported Node.js version in Lambda [4]. Node.js 14 is not yet supported by Lambda@Edge, so Lambda@Edge functions should be upgraded to Node.js 12. By moving to a supported runtime version you will continue to benefit from important security, performance, and functionality enhancements offered by more recent releases.

Q. What if I need additional help?
A. Please contact us through AWS Support [5], the AWS Lambda Developer Forum [6], or your AWS account team should you have any questions or concerns.

[1] https://nodejs.org/en/about/releases/
[2] https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html
[3] https://aws.amazon.com/cli/
[4] https://aws.amazon.com/about-aws/whats-new/2021/02/aws-lambda-now-supports-node-js-14/
[5] https://aws.amazon.com/support
[6] https://forums.aws.amazon.com/forum.jspa?forumID=186

@ronaldtse ronaldtse added enhancement New feature or request help wanted Extra attention is needed labels Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants