vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

Large request body(>4.5 MB) giving AWS error code (>6 MB) #84

Open Alcas1 opened 1 year ago

Alcas1 commented 1 year ago

Looking through the Vercel serverless function limitations: https://vercel.com/docs/concepts/limits/overview#serverless-function-payload-size-limit The body size limit is shown to be 4.5 MB. I have verified this limit through basic testing as well.

However, the stacktrace for this error actually returns a message: Error: Body exceeded 6mb limit. 6 MB is the request body size limit for AWS lambda calls.