azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
98 stars 7 forks source link

Replicate 6MB response body limit in claudia-local-api #100

Closed mattdelsordo closed 6 years ago

mattdelsordo commented 6 years ago

Real-AWS lambda has a 6MB limit on the size of the body of its responses which isn't reflected in the development environment because claudia-local-api has no such limit. This can lead to incorrect assumptions about whether or not content will display in production.

mattdelsordo commented 6 years ago

It's actually kind of unclear what AWS's body size limit actually is (https://docs.aws.amazon.com/lambda/latest/dg/limits.html), and at any rate this has nothing to do with this repo.