This Website
This website was created to learn about AWS, Infrastructure as Code, Source Control using Git, and CI/CD. It is currently created using a S3 static website, DynamoDB Database, API Gateway, Lambda Functions utilizing Python code to communicate with the DB, served via CloudFront, and the DNS is configured in Google Domains. I created this site using HTML, CSS, and Javascript. The code is stored in a GitHub Repo where GitHub Actions is configured to automatically push the code to a S3 bucket. I have also created a GitHub Repo for my AWS Serverless Infrastructure. GitHub Actions is configured on this repo to run sam cli to build, deploy, and test my infrastructure.