You can find my blog post here.
This Web application is built with AWS services considering the Cloud Resume Challenge terms. |
- Build a website in HTML/CSS.
- Host website with S3 Bucket.
- Use Route53 for custom DNS.
- Use Certificate Manager for enabling secure access with SSL Certificate.
- Use CloudFront for routing HTTP/S traffic.
- Use DynamoDB for database, storing website visitor count.
- Use API Gateway to trigger Lambda function.
- Use Lambda function (python) to read/write website visitor count to DynamoDB.
- Use Python on website to call API and display visitor counter.
- Build and test with Terraform for IaC.
- Setup GitHub Actions.