Amazon API Gateway · Arazzo Workflow
AWS API Gateway Secure an HTTP API with an Authorizer
Version 1.0.0
Create an HTTP API, attach an authorizer, and add a route that uses it.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
secure-http-api-authorizer
Create an API, an authorizer, and a route protected by it.
Creates an HTTP API and an authorizer, then branches on the authorizer type to create a route with the appropriate authorization type.
1
createApi
$sourceDescriptions.apiGatewayV2.createApi
Create the HTTP API container.
2
createAuthorizer
createAuthorizer
Create the authorizer that will guard routes on the API.
3
createJwtRoute
createRoute
Create a route protected by JWT authorization.
4
createRequestRoute
createRoute
Create a route protected by a custom (REQUEST) Lambda authorizer.