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...
Loading...
Ready-to-deploy configuration presets for HTTP API Gateway. Each preset is a complete manifest you can copy, customize, and deploy.
3 presetsThis 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...
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...
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...