Getting Started¶
This section will help you get started building durable functions in AWS Lambda.
Please see the SDK Reference section for in-depth detail of the concepts introduced here.
Prerequisites¶
- An AWS account with permissions to create and execute AWS Lambda functions
- Familiarity with writing AWS Lambda functions
In this section¶
- Key Concepts Understand durable execution, checkpoints, replay, and the DurableContext before writing code
- Quickstart Install the SDK, write your first durable function, and deploy it with the AWS CLI
- Quickstart for Container Image Deploy a durable function in a container image
- Manage Executions List, inspect, stop, update, and delete durable functions and executions
- Development Environment Development workflow, SDK installation, and testing setup