HTTP API Gateway

HTTP API Gateway Presets

Ready-to-deploy configuration presets for HTTP API Gateway. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Default Route to Lambda

This preset creates the simplest possible HTTP API Gateway: a single catch-all route (`$default`) that forwards all requests to a Lambda function. This is the ideal starting point for serverless APIs...

02

Multi-Route Lambda API with CORS

This preset creates an HTTP API Gateway with multiple routes to different Lambda functions, configured with CORS for browser access. API Gateway handles routing, allowing each Lambda to focus on a...

03

JWT Authorized API with Cognito

This preset creates an HTTP API Gateway with JWT authorization using Amazon Cognito User Pool. Routes can be public (no auth) or protected (require valid JWT token). Protected routes can also require...