Open Source

Static S3 Website with CICD - Walkthrough

We have developed a Terraform module for AWS which provisions a static website that: is serverless, enforces SSL, encrypts data at rest and in transit, is globally distributed, supports restricting access to website by IP, sets up nice DNS entries, deploys new changes when commits are pushed to a CodeCommit branch, clears the CloudFront cache after deployments, sends notifications on successful and failed deploys, supports site generation frameworks like Hugo or Jekyll, supports URLs of subdirectories that do not have index.html specified, supports custom error pages, and supports debug mode. Check it out!

Read more