Very beginner coder here. Have a simple static S3 bucket site on AWS. Would like to connect it to my corresponding github repo.
so would behave like: commit changes to github repo ---> changes pushed to my s3 bucket
So far, the simplest solution I can find is an AWS quickstart template using webhooks, lambda, Cloudformation, and the ZipDownloadWebHookApi. The Cloudformation template is already giving me rollback errors. AWS documentation for this linked here.
Is there is a simpler way?