Amazon S3 to AWS Step Functions using Amazon EventBridge
S3 → EventBridge Rule → Step Functions
How to create an EventBridge rule with S3 as the event source and Step Functions as target.
This sample project demonstrates how you can trigger an execution in Step Functions state machine when an object is created in an S3 bucket .
When you uploads an object to the newly created S3 bucket, this will send an `Object Created` event to EventBridge, based on the EventBridge rule, the state machine is executed
This pattern deploys one Step Functions state machine, one S3 bucket, one EventBridge rule.