Skip to content

Major changes on the CloudFront Origin configuration

Compare
Choose a tag to compare
@cloudmaniac cloudmaniac released this 04 Nov 21:45

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).