iann0036 / aws.permissions.cloud

A crowdsourced AWS IAM permissions reference.
https://aws.permissions.cloud
MIT License
84 stars 9 forks source link

Consider text compression in CloudFront #19

Closed exoego closed 9 months ago

exoego commented 9 months ago

It appears that Amazon CloudFront is used to serve https://aws.permissions.cloud/

I've noticed that your text files (JSON/JS/CSS) are returned in a plain format, instead of one in a compressed format (GZIP or Brotli). Enabling compression will speed up network download and save your bandwidth == AWS payment 💵

iann0036 commented 9 months ago

Applied as indicated. Thanks for the recommendation!