brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.06k stars 364 forks source link

Add note to about reduced response limit with binary responses #1759

Closed jiw-mh closed 4 months ago

jiw-mh commented 4 months ago

In the documentation it is mentioned that the size limitation of responses is 6MB though through the use of base64 in practice it is reduced to about 4.5MB. This PR adds a note of it.

mnapoli commented 4 months ago

Perfect addition!