Amazon EventBridge Pipes · Arazzo Workflow
EventBridge Pipes Create Pipe and Await Running
Version 1.0.0
Create a pipe with DesiredState RUNNING, then poll DescribePipe until it reports CurrentState RUNNING.
View Spec
View on GitHub
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerlessArazzoWorkflows
Provider
Workflows
create-pipe-await-running
Create a pipe and poll until it reaches the RUNNING state.
Creates a pipe connecting a source to a target via a role, requesting the RUNNING desired state, then polls DescribePipe and loops while the pipe is still transitioning, ending once CurrentState is RUNNING.
1
createPipe
Create the pipe wiring the source to the target through the supplied role and request that it move to the RUNNING desired state.
2
pollState
Read the current state of the pipe. If it is still transitioning toward RUNNING, loop back and poll again; once it is RUNNING the workflow ends.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.