Amazon API Gateway · Arazzo Workflow
AWS API Gateway Provision and Deploy a REST API
Version 1.0.0
Create a REST API, configure a method on its root resource, deploy it, and confirm the stage.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
provision-rest-api
Stand up a deployable REST API end to end.
Creates a REST API, resolves its root resource, attaches a method, deploys to a stage, and verifies the stage exists.
1
createRestApi
createRestApi
Create the REST API container that will hold resources, methods, and deployments.
2
listResources
getResources
List the resources for the new REST API to obtain the root resource id that the method will be attached to.
3
putMethod
putMethod
Add the requested HTTP method to the root resource so the API can receive requests.
4
createDeployment
createDeployment
Create a deployment that snapshots the current configuration and publishes it to the named stage.
5
confirmStage
getStages
List the stages for the REST API to confirm the deployment created the requested stage.