-
Notifications
You must be signed in to change notification settings - Fork 0
Breaking changes in callback-based function handlers starting with Node.js 24 #3
Open
Assignees
Description
CloudWatch warning
AWS Lambda plans to remove support for callback-based function handlers starting with Node.js 24. You will need to update this function to use an async handler to use Node.js 24 or later. For more information and to provide feedback on this change, see aws/aws-lambda-nodejs-runtime-interface-client#137
Action items
- Conditionalize support for older Node.js versions, namely
18and22releases. - Note version specific support in the documentation.
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.