sat-utils / sat-api

One API to search public satellites metadata on AWS
https://sat-api.developmentseed.org/search/stac
MIT License
177 stars 20 forks source link

Remove gzip #185

Closed matthewhanson closed 5 years ago

matthewhanson commented 5 years ago

This removes gzip in order to release a working 0.2.5.

gzip compression can be readded in 0.3.0, or can possibly just be enabled directly in APIGateway and remain out of the code.

vincentsarago commented 4 years ago

@matthewhanson I think we cannot really just configure APIGateway to do this because we use AWS_PROXY integration for the lambda. see https://medium.com/@janrubio/api-gateway-lambda-compression-86f61deed6a5