Amazon API Gateway · Arazzo Workflow
AWS API Gateway Build a WebSocket API
Version 1.0.0
Create a WebSocket API, add an integration, and wire the $connect route to it.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
build-websocket-api
Stand up a WebSocket API with an integration and a connect route.
Creates a WebSocket API, an integration, and a route bound to the integration for connection handling.
1
createApi
$sourceDescriptions.apiGatewayV2.createApi
Create the WebSocket API with a route selection expression.
2
createIntegration
createIntegration
Create the backend integration that handles connection events.
3
createRoute
createRoute
Wire the route key to the integration target.