coda / packs-sdk

SDK for Coda Packs
https://coda.io/why-build-packs
MIT License
91 stars 26 forks source link

Add ability to disable decompression of response body #3115

Closed ezhan-codaio closed 1 day ago

ezhan-codaio commented 1 week ago

We are moving response decompression from fetcher to lambda, if decompressing responses cause lambdas to OOM, this would give developers an option to disable decompression in lambda and instead do it in the pack. Additionally, this would allow developers to handle cases where multiple compressions or compression other than gzip and deflate is used.