
Demonstrates the function chaining pattern using Lambda durable functions with automatic checkpointing and fault-tolerant sequential execution
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/lambda-durable-function-chaining-samsam buildsam deploy --guidedDURABLE_FUNCTION_ARN=$(aws cloudformation describe-stacks --stack-name durable-function-chaining --query 'Stacks[0].Outputs[?OutputKey==`OrchestratorAliasArn`].OutputValue' --output text)aws lambda invoke --function-name "$DURABLE_FUNCTION_ARN" --payload '{"id": "test-123", "name": "demo", "value": 5}' --cli-binary-format raw-in-base64-out response.jsoncat response.jsonsam delete