I am running aws lambda which will fetch data from maria DB and return the fetched rows as a JSON object. A total number of item in JSON array is 64K.
I am getting this error:
{ "error": "body size is too long" }
Is there a way I can send all 64K rows by making any configuration change to lambda?