Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Compress static files on CloudFront
Browse files Browse the repository at this point in the history
  • Loading branch information
ks888 committed Oct 15, 2017
1 parent 49d5d6d commit f699f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudformation/lamb-status.yml
Expand Up @@ -3167,6 +3167,7 @@ Resources:
Headers:
- "Origin"
ViewerProtocolPolicy: "allow-all"
Compress: "true"
PriceClass: "PriceClass_200"
ViewerCertificate:
CloudFrontDefaultCertificate: "true"
Expand Down Expand Up @@ -3217,6 +3218,7 @@ Resources:
Cookies:
Forward: "none"
ViewerProtocolPolicy: "allow-all"
Compress: "true"
PriceClass: "PriceClass_200"
ViewerCertificate:
CloudFrontDefaultCertificate: "true"
Expand Down

0 comments on commit f699f98

Please sign in to comment.