Building a Serverless Website on AWS - Part 3

Project Date February 10th, 2024
Code Available at lakshminkmeda.github
Tools CI/CD, Github, Automation

Welcome to the third part of building a serverless website on AWS. This part automates the deployment of changes to the frontend which is the website, and the backend which is the deployment of AWS resources for the website counter.

As I'm still in the process of learning development using Python, I went for a solution develped by James Beswick to complete the challenge.


Step 1: Fork the code from Github

Github gives the functionality to download and work on a publicly available code instantly by using the 'Fork' function. I've forked the code and made few changes to