What problem does it solve? Planning a production AWS deployment requires coordinating architecture design, infrastructure as code, CI/CD pipelines, IAM security, cost estimation, and monitoring, which is time-consuming and error-prone when done manually. ## Core Features & Use Cases - Architecture and IaC Generation: Produces complete CDK or CloudFormation code for serverless (Lambda, API Gateway, DynamoDB), containerized (ECS Fargate, RDS), and static site (S3, CloudFront) patterns. - CI/CD and Security Configuration: Creates GitHub Actions workflows with OIDC authentication, environment promotion gates, and least-privilege IAM roles. - Cost and Compliance Guidance: Delivers cost estimation tables, CloudWatch monitoring configurations, and compliance mapping for HIPAA, SOC2, and PCI-DSS. - Use Case: Ask to deploy a Node.js REST API to AWS and receive a full CDK stack, multi-environment GitHub Actions pipeline, IAM roles, and cost estimates in one markdown document. ## Quick Start Ask the assistant to deploy your application to AWS, for example by saying deploy my Node.js REST API to AWS using Lambda, API Gateway, and DynamoDB.