Amazon API Gateway · Arazzo Workflow
AWS API Gateway Deploy an HTTP API to a New Stage
Version 1.0.0
Confirm an HTTP API, create a deployment, and publish it to a new stage bound to that deployment.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
deploy-http-api-stage
Create a deployment and bind a new stage to it.
Confirms an API, creates a deployment, and creates a stage referencing the new deployment id.
1
confirmApi
getApi
Confirm the API exists before deploying it.
2
createDeployment
$sourceDescriptions.apiGatewayV2.createDeployment
Create a deployment snapshot of the current API configuration.
3
createStage
createStage
Create a stage bound to the new deployment id.