Skip to content

Maintenance: drop support for Node.js 14 #1664

Closed

Description

Summary

Important

On November 23, 2023 Powertools for AWS Lambda (TypeScript) will end support for Node.js 14.

This action follows Node.js 14 reaching End-Of-Life (EOL) on April 30, 2023 and is scheduled just one business day before the date in which AWS Lambda will no longer apply security patches and other updates to the runtime.

We recommend that you upgrade your existing Node.js 14 functions to Node.js 18 before November 23, 2023.

End of support does not impact existing functions and functions using versions of Powertools for AWS Lambda (TypeScript) released before November 23, 2023, however starting from this date we will not guarantee compatibility with Node.js 14.

You can use the following AWS CLI command to list all functions in a specific region using Node.js 14, including published function versions:

Note

Make sure to replace the value of the --region flag and run this command in each region you have Lambda functions workloads

aws lambda list-functions --function-version ALL --region <Region> --output text --query "Functions[?Runtime=='nodejs14.x'].FunctionArn"

Why is this needed?

Starting from November 27, 2023 we will no longer be able to deploy new Lambda functions using the Node.js 14 runtime, this means we won't be able to run integration tests for new code changes.

With this in mind, we will stop supporting the runtime altogether.

Which area does this relate to?

Governance

Solution

No response

Acknowledgment

Future readers

Please react with 👍 and your use case to help us understand customer demand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)

Type

No type

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions