amazon web services - SQS Message size -
By my understanding of docs, the queue entry size is limited to 256KB whether SQAS should have "objects" Need to pass?
Which alternative solutions are available, if I need to pass an object that is & gt; 256KB in size (split them, maybe?)
In such cases, you can send messages to most objects Outside of the S3 or any other database and store that point within a pointer in its SQS message.
Comments
Post a Comment