EventBridge Custom Event

Submit a custom event to EventBridge from a Step Functions workflow

This workflow demonstrates how to use Step Functions to send a custom event to an EventBridge bus. The bus contains a rule which matches the event pattern emitted by the Step Functions workflow.
The targets (SNS, Lambda, and SQS) will subsequently process the emitted event.

Launch Stack
< Back to all workflows

GitHub icon View this workflow on GitHub


Clone repo

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/eventbridge-custom-tf/cd step-functions-workflows-collection/eventbridge-custom-tf

Deploy

Ensure your AWS credentials and profile are in place1. <code>terraform init</code>2. <code>terraform apply</code>


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

1. Delete the stack: terraform destroy.

Additional resources

Created by:

Mike Ellis

Mike Ellis

Mike is a Technical Account Manager at AWS.

Follow on LinkedIn