You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## AWS changes starting in Node.js 24 (CloudWatch warning)
63
+
64
+
Going forward, it is recommended that you build your L³ application using `async` handlers in anticipation of the AWS changes below.
65
+
66
+
> 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
67
+
68
+
While backwards compatibity will be supported for older Node.js releases this support **will eventually be phased out** with the deprecation of `nodejs22.x` (Apr 30, 2027).
69
+
70
+
See [AWS Node.js Supported Runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported) for support information.
71
+
62
72
## Versioning
63
73
64
74
This package is maintained under the [Semantic Versioning](https://semver.org) guidelines.
0 commit comments