@chrismunns Yea you’re probably right
@chrismunns API Gateway has 6MB response size limits. Which means I’m sort of stuck. Sometimes I return images over 1MB. And with API Gateway I need to send larger files like movies or PDFs that can be larger than 6MB.
@chrismunns Looking to using Lambda@edge for my image processing instead of API gateway but ran into these size limits:
– Viewer request events – 40 KB
– Origin request events – 1 MB
@chrismunns Ah I see. That makes sense. A real world example I use is this engineering.hmn.md/projects/tach… for processing images.
@chrismunns My web browser. Lets say I want helloworldlambdafunction.com to call a lambda function and return ‘hello world’.
@chrismunns So what should I use if I just want to make an endpoint for a single lambda function?