-
Notifications
You must be signed in to change notification settings - Fork 192
Maintenance: drop support for Node.js 16 #2223
Copy link
Copy link
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Type
Projects
Status
Shipped
Summary
Important
Starting from July 1, 2024 Powertools for AWS Lambda (TypeScript) will end support for Node.js 16.
This action follows the date when AWS Lambda will mark the
nodejs16.xas deprecated and precedes the date after which you will no longer be able to create new functions using the runtime.We recommend that you upgrade your existing Node.js 16 functions to Node.js 20 before July 1st, 2024.
End of support does not impact existing functions and functions using versions of Powertools for AWS Lambda (TypeScript) released before the date, however starting from this date we will not guarantee compatibility with Node.js 16.
You can use the following AWS CLI command to list all functions in a specific region using Node.js 16, including published function versions:
Note
Make sure to replace the value of the
--regionflag and run this command in each region you have Lambda functions workloadsWhy is this needed?
Starting from July 15, 2024 we will no longer be able to deploy new Lambda functions using the
nodejs16.xruntime, this means we will no longer be able to run integration tests for new code changes.With this in mind, and considering our iteration cycles last two weeks, we plan on dropping support for the runtime just two weeks before the date.
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.