Greetings! Do you know if SNS supports sending mes...
# aws
e
Greetings! Do you know if SNS supports sending messages to a subscribed SQS in batches? I tested an SNS + SQS setup, and both CloudTrail and CostExplorer show that even for
PublishBatch
requests, SNS uses multiple
SendMessage
requests to send messages to SQS instead of
SendMessageBatch
. I already asked on re:post, but I still don't know.