Terraform Aws Static Website Versions Save

Terraform Module to provision an AWS static website using Route53, S3, and CloudFront.

1.1

2 years ago

This 1.1 release:

  • adds optional support for SPA (Single-Page Application)
  • adds optional support for Lambda@Edge (allow an optional association with a Lambda defined externally to the module)
  • correct minor fixes/issues

1.0.1

3 years ago

1.0.0

3 years ago

The initial version of the module used an S3 origin configuration, with the S3 REST endpoint (for security reasons). A Lambda@Edge was then used to manage redirections. However, as raised by several people, this method breaks index when accessing the alternate domain name. I chose to return to a more simpler version using the S3 website endpoint (and no Lambda@Edge).

0.9.2

4 years ago