This repo is a solution of the Cloud Resume Challenge, the challenge covers the implementation of a static website served via an S3 Bucket and CloudFront Distribution and reads count views from a DynamoDB table.
- Resume is written in HTML.
- HTML resume is styled with CSS.
- Resume webpage includes a javascript visitor counter that displays how many people have accessed the site.
- IAC implemented as Terraform Modules consisting of AWS S3 Bucket, CloudFront Distribution, Lambda Function with a CORS-enabled Function URL, and DynamoDB database.
- CI/CD pipeline implemented via Github Actions for deploying infrastructure as code to AWS.