Hi,
the question is simple, what is maximum payload size in a POST request to a netlify function endpoint?
I’m seeing different values wherever i look:
- AWS docs list it as either 256kb or 6mb. https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
- netlify docs don’t mention this at all, as far as i looked https://docs.netlify.com/functions/overview/#manage-your-serverless-functions
- npm package netlify-lambda limits payload size to 100kB. (i think it defaults to this value in body-parser npm module if i read sources correctly)
what is the actual limit?