AWS Launches Durable Functions For Lambda

AWS recently launched Durable Functions for Lambda, enabling developers to build stateful, multi-step workflows using standard Lambda functions and an open-source durable execution SDK. The feature provides context.step() automatic checkpointing and retries and context.wait() suspension for up to one year without idle compute charges, and competes with Azure Durable Functions. It is available in US East (Ohio) and supports Node.js 22/24 and Python 3.13/3.14.
Key Points
- 1Introduce durable execution SDK and primitives (context.step(), context.wait()) enabling checkpointing and suspend/resume
- 2Reduce idle compute costs by suspending Lambdas up to one year with automatic retries
- 3Allow developers to express stateful workflows in code, simplifying orchestration compared with Step Functions
Scoring Rationale
Major AWS feature release with direct developer utility; limited novelty given Azure's existing durable functions offering.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

