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. Lambda quotas - AWS Lambda
- netlify docs don’t mention this at all, as far as i looked Functions overview | Netlify Docs
- 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?