Replies: 1 comment 2 replies
-
Hi, as explained in the docs you cannot upload more than 6MB to Lambda: https://bref.sh/docs/runtimes/http.html#binary-requests-and-responses You'll have to upload directly to S3 (via presigned URLs) instead (no limit there). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using Bref for uploading my laravel application to AWS Lamba. Now the issue I am facing is I am unable to upload files more than 6MB to S3 in the application. Is there any option to increase the max upload size?
Beta Was this translation helpful? Give feedback.
All reactions