Tools used to host this website

Frontend

Utilized HTML, CSS, & Javascript to build my website. It resides in an public S3 bucket thall only allows access from my CloudFront distro. Route 53 is used to register my website with a domain name.

Backend

A lambda function runs a python script everytime a person visits my website. Result is stored in a DynamoDB table where a Javascript code retrieves and displays it on the frontend

IAC

Employed Terraform to provison the entirety of this project.

CI/CD

Used Github for version controlling and to automatically update my website whenever a change is made to my local files.