Amazon API Gateway · Arazzo Workflow
AWS API Gateway Build an HTTP API
Version 1.0.0
Create an HTTP API, attach a backend integration, wire a route to it, and publish a stage.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
build-http-api
Stand up an HTTP API with an integration, a route, and a stage.
Creates an HTTP API, an integration, a route bound to the integration, and a stage to publish it.
1
createApi
$sourceDescriptions.apiGatewayV2.createApi
Create the HTTP API container.
2
createIntegration
createIntegration
Create the backend integration the route will forward requests to.
3
createRoute
createRoute
Create the route, targeting the integration via the integrations/ target reference.
4
createStage
createStage
Create a stage to publish the API.