GenAI Chat App, Serverless + Bedrock
Services: CloudFront · API Gateway · Lambda · Bedrock · Cognito · SAM
Serverless chat application connected to Amazon Bedrock via the Converse API. 100% serverless, production-ready, deployable via SAM in one command.
- Event-driven architecture with zero server management: CloudFront → API Gateway → Lambda → Bedrock
- Security end-to-end: TLS, IAM least privilege, HttpOnly Secure cookies, CORS restricted
- Full IaC deliverable (template.yaml + app.py) with architecture decision documentation and interactive diagram
WordPress Migration, 3-Tier HA Architecture
Services: ALB · EC2 Auto Scaling · RDS MySQL Multi-AZ · Read Replica · CloudFormation · VPC
Migration of a WordPress blog to a highly available and secure AWS architecture, aligned with the Well-Architected Framework.
- 3-tier architecture across 2 AZs: ALB → ASG (2–4 instances in private subnets) → RDS Multi-AZ + Read Replica in isolated subnets
- Infrastructure entirely coded in CloudFormation, reproducible deployment in one command
- Decisions.md documenting architectural trade-offs and alignment to the 6 pillars of the Well-Architected Framework
Cloud Resume Challenge (this site)
Services: S3 · CloudFront · Route 53 · API Gateway · Lambda · DynamoDB · ACM
Personal resume website deployed as a static site on AWS with a serverless backend for a live visitor counter.
- Static site served via CloudFront with ACM certificate and custom domain
- REST API (API Gateway + Lambda + DynamoDB) powering a real-time visitor counter
- CI/CD pipeline for automated deployment