-
Notifications
You must be signed in to change notification settings - Fork 193
Maintenance: drop support for Node.js 20 #4906
Copy link
Copy link
Closed
Labels
internalPRs 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.)pending-releaseThis item has been merged and will be released soonThis item has been merged and will be released soon
Metadata
Metadata
Assignees
Labels
internalPRs 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.)pending-releaseThis item has been merged and will be released soonThis item has been merged and will be released soon
Type
Projects
Status
Coming soon
Summary
Important
Starting from 30 April, 2026 Powertools for AWS Lambda (TypeScript) will end support for Node.js 20.
This action is aligned with the date when AWS Lambda will mark the
nodejs20.xruntime as 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 20 functions to Node.js 24 before 30 April, 2026.
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 20.
You can use the following AWS CLI command to list all functions in a specific region using Node.js 20, 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 1 June, 2026 we will no longer be able to deploy new Lambda functions using the
nodejs20.xruntime, this means we will no longer be able to run integration tests for new code changes.With this in mind, to ensure we can focus our efforts on supporting current runtimes, we will drop support for the runtime 4 weeks before this 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.