Amazon Lambda · Arazzo Workflow
Amazon Lambda Teardown Event Source Mapping
Version 1.0.0
Locate an event source mapping in the list, confirm its details, then delete it.
Provider
Workflows
teardown-event-source-mapping
List, confirm, and delete an event source mapping.
Lists event source mappings, takes the first returned mapping, reads its details by UUID, and deletes it.
1
listMappings
ListEventSourceMappings
List the event source mappings, optionally filtered by function name or event source ARN, and take the first match.
2
confirmMapping
GetEventSourceMapping
Read the full details of the selected mapping by UUID to confirm the target before deleting it.
3
deleteMapping
DeleteEventSourceMapping
Delete the confirmed event source mapping by UUID.