79504078

Date: 2025-03-12 15:36:32
Score: 2
Natty:
Report link

https://repost.aws/questions/QUrIX7s9xCSO-f-WWw787MgA/is-sns-able-to-send-messages-to-subscribed-sqs-in-batches#ANXsNnCF2LRSC8pwUbxLGTQg

The standard SNS topics do not support batching on delivery, even when PublishBatch API is used, due to an internal delivery mechanism that differs from SNS FIFO. If you need batched delivery to SQS, you should use SNS FIFO topics to deliver to both standard and FIFO SQS queues.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Will Nguyen