DEV Community

Discussion on: Automate static website deployment from Github to S3 using AWS CodePipeline

Collapse
 
mmuller88 profile image
Martin Muller 🇩🇪🇧🇷🇵🇹 AWS Community Builders • Edited

Nice blog post. Usind AWS CDK for IaC would make it easier. There are already some AWS CDK S3 static website blog posts out there :). And it is also possible to use CodePipeline with AWS CDK to update it.

Collapse
 
sumamazaeem profile image
Sumama Zaeem AWS Community Builders

Thank you for your feedback. I appreciate it. This is my first AWS Blog.