Hi guys.
This is a bit of a long shot but thought I’d ask anyway:
We’ve got October 3 running on Laravel Vapor (serverless, which runs on AWS Lambda), which is great.
However, due to the maximum 6MB request limit (Lambda quotas - AWS Lambda) in Lambda functions, I can see we get a 413 Request Too Large exception when attempting to upload a file larger than 6MB to the Media Library.
@daft did you happen to come across this issue and attempt a solution back when you tried serverless a few years back?
Failing that, any pointers would be greatly appreciated!
I know Vapor provide docs with a solution to this (Storage | Laravel Vapor) but I thought I’d check with the community before building anything!
Thanks!