
Wait for an approval from a human reviewer with one-click email approve/reject links
git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/human-in-the-loop-cdk/cd step-functions-workflows-collection/human-in-the-loop-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 --parameters ModeratorEmailAddress=your-email@example.com</code>
cdk destroy.