Orchestrate a series of Lambda Functions
Visit the GitHub repo for this workflow.
git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/lambda-orchestration-cdk/ cd step-functions-workflows-collection/lambda-orchestration-cdk
1. Bootstrap CDK, if needed: <code>cdk bootstrap aws://{your-aws-account-number}/{your-aws-region}</code>2. Deploy the stack: <code>cdk deploy</code>
cdk destroy
.