Amazon Lambda · Arazzo Workflow
Amazon Lambda Decommission Function
Version 1.0.0
Confirm a function exists, read its configuration, then delete it.
Provider
Workflows
decommission-function
Confirm a function, capture its configuration, and delete it.
Reads a function to confirm it exists and capture its ARN, branches to an end state when the function is missing, and otherwise deletes the function.
1
confirmFunction
GetFunction
Read the function to confirm it exists and capture its ARN and State. A 404 is treated as already gone and ends the workflow.
2
deleteFunction
DeleteFunction
Delete the confirmed function.