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

API Gateway Compression #672

Closed
nplutt opened this issue Jan 10, 2018 · 2 comments
Closed

API Gateway Compression #672

nplutt opened this issue Jan 10, 2018 · 2 comments

Comments

@nplutt
Copy link
Contributor

nplutt commented Jan 10, 2018

Now that compression has been released for api gateway, it would be great if there was some way configure it from Chalice. My proposal is to add an optional configuration parameter of minimum_compression_size to each stage in the config.json file. This would look something like:

{
  "version": "2.0",
  "app_name": "compression-poc"
  "stages": {
    "dev": {
      "api_gateway_stage": "api",
      "minimum_compression_size": 0,
      "lambda_memory_size": 1536
    }
  }
}
@kyleknap
Copy link
Member

Marking as a feature request. I think the configuration would make sense.

@stealthycoin
Copy link
Contributor

Closing since #676 was merged.

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

No branches or pull requests

3 participants