
Order processing workflow using Lambda durable functions with automatic checkpointing, long-running waits, and state persistence
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/lambda-durable-order-processing-samNote: Lambda durable functions are currently available in us-east-2 (Ohio) region only.cd src && npm install && cd ..sam buildsam deploy --guided --region us-east-2sam delete --region us-east-2.