Amazon EventBridge · Arazzo Workflow
Amazon EventBridge Route and Emit Event
Version 1.0.0
Create a rule, attach a target, then publish a matching event onto the bus.
View Spec
View on GitHub
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerlessArazzoWorkflows
Provider
Workflows
route-and-emit-event
Define a rule and target, then emit a matching custom event.
Creates a rule on the event bus, attaches a target, and then publishes a custom event onto the bus, branching on whether EventBridge accepted the event with no failed entries.
1
putRule
PutRule
Create the pattern-matching rule on the event bus, enabled immediately.
2
putTargets
PutTargets
Attach the supplied targets to the rule so matched events are delivered.
3
putEvents
PutEvents
Publish a custom event onto the event bus so it routes through the rule.