What problem does it solve?
Builds resilient, long-running multi-step applications with AWS Lambda durable functions with automatic state persistence, retry logic, and orchestration for long-running executions. Covers the critical replay model, step operations, wait/callback patterns, error handling with saga pattern, testing with LocalDurableTestRunner. Triggers on phrases like lambda durable functions, durable execution, workflow orchestration, state machines, retry/checkpoint patterns, long-running stateful Lambda functions, saga pattern, human-in-the-loop callbacks, reliable serverless applications, context.step, context.wait, context.invoke, context.runInChildContext, withDurableExecution, DurableContext, UnrecoverableInvocationError, durable-execution-sdk, qualified ARN invocation.
Core Features & Use Cases
- Durable execution with checkpointing and deterministic replay for long-running Lambda workflows.
- Step orchestration, waits, callbacks, and saga-pattern-based error handling for reliable distributed tasks.
- Local testing support with LocalDurableTestRunner to validate complex workflows before deployment.
Quick Start
Wrap your Lambda with withDurableExecution once you have installed the AWS Durable Execution SDK to start a durable workflow.