github repo to AWS,静态网站的简单管道

时间:2018-04-18 23:49:49

标签: amazon-web-services github amazon-s3 synchronization amazon-cloudformation

非常初学编码员。在AWS上有一个简单的静态S3存储桶站点。想将它连接到我相应的github repo。

所以表现得像: 提交更改为github repo --->更改推送到我的s3桶

到目前为止,我能找到的最简单的解决方案是使用webhooks,lambda,Cloudformation和ZipDownloadWebHookApi的AWS快速入门模板。 Cloudformation模板已经给我回滚错误。 AWS documentation for this linked here.

有更简单的方法吗?

1 个答案:

答案 0 :(得分:0)

看一下这个帖子,有很多方法可以实现你想要的东西:

Best strategy to deploy static site to s3 on github push?

祝你好运