What problem does it solve? Choosing the right AWS services, estimating costs, and writing infrastructure-as-code from scratch is time-consuming and error-prone, especially for startup teams with limited cloud experience. ## Core Features & Use Cases - Architecture Pattern Recommendation: Selects from six patterns (serverless web, event-driven microservices, three-tier, data pipeline, GraphQL backend, multi-region) based on users, budget, and compliance needs. - IaC Template Generation: Produces CloudFormation YAML, CDK TypeScript, and Terraform HCL for a serverless stack including Lambda, API Gateway, DynamoDB, and Cognito. - Cost Optimization Analysis: Scans a resource inventory for idle EC2 instances, missing S3 lifecycle policies, over-provisioned Lambda memory, and Savings Plans opportunities. - Use Case: A startup with 50k users and a $1500/month budget asks for a scalable SaaS architecture and receives a three-tier ECS Fargate design with Aurora, cost breakdown, and deployable templates. ## Quick Start Ask the assistant to design a serverless MVP backend for a mobile app with 1000 users and a $100 monthly budget.