-4

I have a use case where i need to send one or more messages to a single sns topic in one asyncPublish sns call. Is there a possible way by which i can do that ?

1 Answers1

0

The Publish() command:

Sends a message to an Amazon SNS topic or sends a text message (SMS message) directly to a phone number.

It only sends a single message.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470