TL;DR: This post is how I leverage AWS AWS CloudFront, AWS CodeBuild, AWS S3 to deploy and run my serverless website.
Here are some of the technical details:
- Designed and coded on a Mac
- Coded in Visual Studio Code
- Built with Jekyll, a blog-aware, static site generator. Think of it like a file-based CMS, without all the complexity.
- Deployed with AWS CodeBuild to the deployment processes from Source Code to a live Static Website.
- Hosted on AWS using AWS S3 for object storage and CloudFront for content distribution.
- Source Code is hosted on GitHub available here