Back to Portfolio
AWS Cloud Resume Challenge
A serverless architecture showcasing cloud engineering skills.
Project Screenshot / Architecture Diagram Here
Project Overview
A comprehensive project demonstrating proficiency in cloud infrastructure by deploying a serverless, living resume on Amazon Web Services.
The Problem
To prove tangible cloud architecture skills beyond certifications, I needed a real-world project that utilized the core AWS ecosystem in a secure, scalable manner.
The Solution
I architected a fully serverless deployment pipeline. The frontend is hosted on S3 and distributed globally via CloudFront. The backend utilizes API Gateway and Lambda (Python) to interact with a DynamoDB table tracking visitor counts. Everything is automated via a robust GitHub Actions CI/CD pipeline.
Architecture & Tech Stack
- Frontend Hosting: Amazon S3 & CloudFront
- DNS & Routing: Route 53
- Backend Compute: AWS Lambda (Python)
- Database: Amazon DynamoDB
- Infrastructure as Code: SAM / Terraform