Amazon API Gateway · Arazzo Workflow
AWS API Gateway Redeploy a REST API Stage
Version 1.0.0
Confirm a REST API, review its existing deployments, and publish a fresh deployment to a stage.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
redeploy-rest-api-stage
Review deployments and publish a fresh one to a stage.
Confirms a REST API, lists deployments, and creates a new deployment to the named stage.
1
confirmRestApi
getRestApi
Confirm the REST API exists.
2
listDeployments
getDeployments
List existing deployments to capture deployment history.
3
redeploy
createDeployment
Create a new deployment to publish the latest configuration to the stage.