Examples

Start From Proven Architectures

Pick a best-practice diagram, inspect the pattern, then export it to the generator and customize it for your workload.

Category

Cost Savings

Lean architectures with lower baseline spend and simple operations.

Open examples

Category

Highly Available

Resilient patterns for uptime-focused workloads.

Open examples

Category

Security First

Least-privilege and controlled access examples for sensitive systems.

Open examples

Featured

cost-savings

Serverless API Starter

API Gateway + Lambda + DynamoDB + S3 with minimal always-on cost.

- Route53 -> API Gateway

- API Gateway -> Lambda

- Lambda -> DynamoDB + S3

Export To Generator

cost-savings

Batch Analytics Pipeline

Event-driven ingest with S3 and DynamoDB, avoiding always-on containers.

- API Gateway -> Lambda Ingest

- Lambda Ingest -> S3

- Lambda Ingest -> DynamoDB

Export To Generator

highly-available

Global API with Edge Caching

Route53 + CloudFront + API Gateway with resilient stateless compute.

- Route53 -> CloudFront

- CloudFront -> API Gateway

- API Gateway -> Lambda

Export To Generator

highly-available

ECS Service with RDS Backend

Containerized API path with dedicated security groups and DB backend.

- Route53 -> API Gateway

- API Gateway -> ECS

- ECS -> RDS + SG

Export To Generator