What is the max size of message supported ?

I am sending a webcam screenshot using the base64 format as message to S3 so an html file is created for each screenshot done.

It works for small images but not for large .
Works for 320x180
Does not work for 640x360

What is the max size ?

Thank you-Claude

The exact number is still in flux, but you should be able to insert around 50KB

Why this limitation ? can it be extended ? Are messages compressed ?
I am sending base64 images.

It’s just based on how we’ve configured our database. We weren’t really designing it to store images. It’s more for small bits of data. As we go forward with new cloud features, I’ll pass your feedback along to the team though and see if we can figure out a way to support your use case.