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
Apply the new version-specific settings to the function. Lambda returns the updated configuration and the resulting State.
2
waitForActive
Poll the function until the configuration change settles and the State returns to Active. A Failed state branches to the failure handler.
3
verifyInvoke
Invoke the function to confirm it still executes under the new configuration.
4
reportFailure
Re-read the configuration when the update left the function in the Failed state so the caller can surface it.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.