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 PortalDeveloper ToolsArazzoWorkflows
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
List the resources for the new REST API to obtain the root resource id that the method will be attached to.
3
putMethod
Add the requested HTTP method to the root resource so the API can receive requests.
4
createDeployment
Create a deployment that snapshots the current configuration and publishes it to the named stage.
5
confirmStage
List the stages for the REST API to confirm the deployment created the requested stage.
Source API Descriptions
openapi
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.