{{CANONICAL}}
← Back to Tech News

AWS Lambda durable functions are now available in 16 additional AWS Regions

AWS has expanded availability of its Lambda durable functions feature to 16 additional regions worldwide, including locations across Africa, Asia Pacific, Canada, Europe, Israel, Mexico, and South America. The expansion brings the serverless workflow orchestration capability closer to users globally, enabling developers to build reliable multi-step applications and AI workflows with improved latency and data residency compliance. Lambda durable functions extend the standard Lambda programming model by adding primitives like "steps" and "waits" that allow developers to checkpoint progress, automatically recover from failures, and pause execution without incurring compute charges for on-demand functions. The feature is designed to orchestrate complex processes such as order workflows, user onboarding sequences, and AI-assisted tasks that require multiple coordinated steps. Developers can activate durable functions for Python (3.13 and 3.14), Node.js (22 and 24), or Java (17+) based Lambda functions through the AWS Lambda API, Management Console, or SDK. The feature also supports infrastructure as code deployment through AWS CloudFormation, SAM, and CDK tools.

Why It Matters

This regional expansion addresses a critical limitation in serverless computing where complex, multi-step workflows previously required external orchestration tools or state management systems. By bringing durable functions to 16 new regions, AWS enables enterprises to build sophisticated serverless applications that can handle stateful processes while maintaining data locality requirements and reducing latency. This is particularly significant for AI workflows and business process automation, where the ability to pause, checkpoint, and resume execution without compute charges makes serverless architectures more viable for long-running, complex operations.

Read Original Release →
Note

This summary is generated using AI analysis of the original press release. Always refer to the original source for complete details.