AWS SNS usage on dynamic events

0

Can we use AWS SNS for dynamic events? for example if we have an application where we take orders and can we use SNS to send order confirmation notification to customers via email or SMS.

gefragt vor einem Jahr292 Aufrufe
1 Antwort
0

I am not sure what exactly do you mean by Dynamic events, but you can use SNS to send events (of any type) to a topic. SNS will send the event to all subscribed endpoints, which can be SMS, email, mobile push or other services.

You can also send an event to a specific SMS number.

profile pictureAWS
EXPERTE
Uri
beantwortet vor einem Jahr
  • Hi Uri, Thanks for the answer. what i mean by dynamic event is, some transaction event which has changing subscribers at every event.

  • So you can send SMS to specific numbers, without subscribing to a topic. Changing the subscribers on a topic dynamically might be more challenging.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen