Amazon Lambda · Arazzo Workflow
Amazon Lambda Provision Event Source Mapping
Version 1.0.0
Create an event source mapping and poll it until it reaches the Enabled state.
Provider
Workflows
provision-event-source-mapping
Create an event source mapping and wait until it is Enabled.
Creates a mapping between an event source and a Lambda function, then polls GetEventSourceMapping using the returned UUID until the State reported by Lambda is Enabled.
1
createMapping
CreateEventSourceMapping
Create the event source mapping. Lambda returns the generated UUID and the initial State, usually Creating.
2
waitForEnabled
GetEventSourceMapping
Poll the mapping by UUID until Lambda finishes provisioning it and reports the Enabled state.