schlarpc / overengineered-cloudfront-s3-static-website

The objectively correct static website host with S3 + CloudFront
5 stars 0 forks source link

Migrate to AWS::CloudFront::CachePolicy and AWS::CloudFront::OriginRequestPolicy #5

Closed schlarpc closed 2 years ago

schlarpc commented 2 years ago

These new resources allow access to some additional features not available directly through the AWS::CloudFront::Distribution resource, such as Brotli compression.

schlarpc commented 2 years ago

Resolved in 809854c4