
Wait for an asynchronous Job to finish before moving onto the next state

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/ingest-and-analyze-historical-storm-events/cd step-functions-workflows-collection/ingest-and-analyze-historical-storm-events
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.