Static Website Deployment on a S3 Bucket with GitHub and CodePipeline
I have a static website I want to periodically change but I manage the code on GitHub, how can I host this on a S3 bucket and ensure the content is synced? This isn’t actually as daunting as it may sound, getting this to sync with AWS S3 is relatively easy with CodePipeline. Like with many AWS services, there is a small cost. I will be reusing one of the S3 buckets from a previous tutorial for this, specifically tutorial-001-sj….