Amazon EventBridge · Arazzo Workflow
Amazon EventBridge Provision Event Bus Routing
Version 1.0.0
Stand up a custom event bus, attach a rule, wire targets, and confirm the wiring.
View Spec
View on GitHub
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerlessArazzoWorkflows
Provider
Workflows
provision-event-bus-routing
Create an event bus, add a rule, attach targets, and verify them.
Creates a custom event bus, defines a pattern-matching rule on that bus, attaches the supplied targets to the rule, and then lists the targets back to confirm the routing is in place.
1
createEventBus
CreateEventBus
Create the custom event bus that will host the routing rule.
2
putRule
PutRule
Create a rule on the new event bus that matches the supplied event pattern and is enabled immediately.
3
putTargets
PutTargets
Attach the supplied targets to the rule on the event bus.
4
listTargets
ListTargetsByRule
Read the targets back from the rule to confirm they registered.