Amazon Lambda · Arazzo Workflow
Amazon Lambda Reconfigure Function
Version 1.0.0
Change a function's runtime settings, wait for Active, then invoke to verify.
Provider
Workflows
reconfigure-function
Update function configuration, wait for Active, and invoke.
Modifies the version-specific settings of a function, polls GetFunction until the State returns to Active, and invokes the function to confirm the new configuration is healthy.
1
updateConfiguration
UpdateFunctionConfiguration
Apply the new version-specific settings to the function. Lambda returns the updated configuration and the resulting State.
2
waitForActive
GetFunction
Poll the function until the configuration change settles and the State returns to Active. A Failed state branches to the failure handler.
3
verifyInvoke
InvokeFunction
Invoke the function to confirm it still executes under the new configuration.
4
reportFailure
GetFunction
Re-read the configuration when the update left the function in the Failed state so the caller can surface it.