Lessons Learnt: CI/CD for React App on AWS S3

When I first started to host my React application (create-react-app) on AWS S3, I would test locally, build, copy the build artifacts into the S3 bucket and commit my code. I wanted to try to set up a CI/CD pipeline for the first time to automatically deploy the artifacts to S3 every time I commit… Continue reading Lessons Learnt: CI/CD for React App on AWS S3