S3 • CloudFront • API Gateway • Lambda • DynamoDB
Built a serverless web application on AWS using Amazon S3 and CloudFront for static website hosting, with API Gateway, Lambda, and DynamoDB powering a real-time visitor counter.
Page Views: Loading...
Amazon S3 – Hosts the static website files.
Amazon CloudFront – Delivers content globally through a CDN.
Amazon API Gateway – Exposes the visitor counter API.
AWS Lambda – Updates and returns the visitor count.
Amazon DynamoDB – Stores the page view count.
Serverless architecture, static website hosting, CDN delivery, API integration, Lambda development, NoSQL database usage, and frontend-to-backend cloud integration.