AWS Documentation mentions: The maximum length of a record in the input or result is 1 MB.
However, I'm even able to fetch 2.4GB result from S3 Select through a python lambda, and have seen people working with even more huge result size.
Can someone please highlight the significance of 1 MB mentioned in AWS documentation and what does it mean?
Read more here: https://stackoverflow.com/questions/65710611/s3-select-result-response-size
Content Attribution
This content was originally published by Aman Gupta at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.