Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new(main.tf) Introduced minimum_compression_size variable #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nyeholt
Copy link

@nyeholt nyeholt commented Oct 20, 2023

what

Adds the minimum_compression_size variable to allow for enabling compression for API responses -

why

Gzip compression is useful for reducing response sizes, and AWS bills on the compressed size sent back too.

There is the option to pass this through as part of the x-amazon-apigateway-minimum-compression-size custom openapi header, but that a) isn't always used, and b) doesn't appear to be working at present.

references

@nyeholt nyeholt requested review from a team as code owners October 20, 2023 03:23
@hans-d hans-d added wip Work in Progress: Not ready for final review or merge and removed wip Work in Progress: Not ready for final review or merge labels Mar 2, 2024
@hans-d
Copy link

hans-d commented Mar 2, 2024

/terratest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants