Open emmapatterson opened 3 years ago
Bumping this for visibility. Would be a very nice feature
The best thing you can do here is add a +1 to the issue and try to get some community traction on it. We're waiting to see if there's community momentum for this feature atm, and we track that with +1s.
+1
Can you check this construct? https://constructs.dev/packages/@aws-solutions-constructs/aws-s3-stepfunctions/ Does it meet the requirement?
This constructs sends S3 Event Notification to EventBridge, then triggers AWS Step Functions State Machine executions from EventBridge.
+1
Description
Add a StateMachine event source to s3 event notifications.
Use Case
In order for an s3 event to hit the step function /state machine, you need to be able to set the event source. Currently only SQS, SNS and lambda are supported.
Proposed Solution
Add new bucket event type:
bucket.addEventNotification( EventType.OBJECT_CREATED, new StateMachineDestination(this.stateMachine) );
Other information
No response
Acknowledge