
This workflow implements a job submission to Amazon EMR Serverless. The workflow checks for the job status and waits for job completeness before terminating/proceeding

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/step-functions-emr-serverless-cdkcd step-functions-workflows-collection/step-functions-emr-serverless-cdk/
1. Bootstrap CDK, if needed: cdk bootstrap aws://{your-aws-account-number}/{your-aws-region}2. Deploy the stack: cdk deploy
cdk destroy.