S3 • CloudFront • ACM • 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.
Configured a custom domain and HTTPS using AWS Certificate Manager and CloudFront to securely deliver content over TLS.
Page Views: Loading...
Amazon S3 – Hosts the static website files.
Amazon CloudFront – Delivers content globally through a CDN.
AWS Certificate Manager (ACM) – Provides SSL/TLS certificates for secure HTTPS access.
Amazon API Gateway – Exposes the visitor counter API.
AWS Lambda – Updates and returns the visitor count.
Amazon DynamoDB – Stores the page view count.
Serverless application design, static website hosting, CDN distribution and content delivery, custom domain configuration, SSL/TLS certificate management, REST API development and integration, event-driven compute with AWS Lambda, NoSQL database implementation using DynamoDB, and frontend-to-backend cloud service integration.