cost-savings
Serverless API Starter
API Gateway + Lambda + DynamoDB + S3 with minimal always-on cost.
- Route53 -> API Gateway
- API Gateway -> Lambda
- Lambda -> DynamoDB + S3
Examples
Pick a best-practice diagram, inspect the pattern, then export it to the generator and customize it for your workload.
Category
Lean architectures with lower baseline spend and simple operations.
Open examples
Category
Resilient patterns for uptime-focused workloads.
Open examples
Category
Least-privilege and controlled access examples for sensitive systems.
Open examples
cost-savings
API Gateway + Lambda + DynamoDB + S3 with minimal always-on cost.
- Route53 -> API Gateway
- API Gateway -> Lambda
- Lambda -> DynamoDB + S3
cost-savings
Event-driven ingest with S3 and DynamoDB, avoiding always-on containers.
- API Gateway -> Lambda Ingest
- Lambda Ingest -> S3
- Lambda Ingest -> DynamoDB
highly-available
Route53 + CloudFront + API Gateway with resilient stateless compute.
- Route53 -> CloudFront
- CloudFront -> API Gateway
- API Gateway -> Lambda
highly-available
Containerized API path with dedicated security groups and DB backend.
- Route53 -> API Gateway
- API Gateway -> ECS
- ECS -> RDS + SG