Amazon Lambda · Arazzo Workflow
Amazon Lambda Redeploy Discovered Function
Version 1.0.0
List functions, select one by name, push new code, and wait until Active.
Provider
Workflows
redeploy-discovered-function
Discover a function from the list, update its code, and wait for Active.
Lists functions, confirms the target function exists, updates its code, and polls GetFunction until the State returns to Active.
1
listFunctions
ListFunctions
List the functions in the account so the target can be confirmed before any code is pushed.
2
updateCode
UpdateFunctionCode
Push the new deployment package to the target function.
3
waitForActive
GetFunction
Poll the function until the update finishes and the State returns to Active.