Posted On: Nov 24, 2024
Amazon Lambda now supports creating serverless applications using Node.js 22 in the Amazon Web Services China (Beijing) Region, operated by Sinnet, and the Amazon Web Services China (Ningxia) Region, operated by NWCD. Developers can use Node.js 22 as both a managed runtime and a container base image, and we will automatically apply updates to the managed runtime and base image as they become available.
Node.js 22 is the latest long-term support (LTS) release of Node.js and is expected to be supported for security and bug fixes until April 2027. It provides access to the latest Node.js language features, such as the ‘fetch’ API. Powertools for Amazon Lambda (TypeScript), a developer toolkit to implement serverless best practices and increase developer velocity, also supports Node.js 22. For more information on Lambda’s support for Node.js 22, see our product documentation.
You can use the full range of Amazon Web Services deployment tools, including the Lambda console, Amazon CLI, Amazon Serverless Application Model (SAM), Amazon CDK, and Amazon CloudFormation to deploy and manage serverless applications written in Node.js 22. To migrate existing Lambda functions running earlier Node.js versions, review your code and dependencies for compatibility with Node.js 22 and then update the function runtime to Node.js 22.
Visit our product page for more information about Amazon Lambda or sign in to the Amazon Lambda console to get started.