
Submit a custom event to EventBridge from a Step Functions workflow
git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/eventbridge-custom-cdk/cd step-functions-workflows-collection/eventbridge-custom-cdk/eventbridge_custom_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.