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.

posta un anno fa292 visualizzazioni
1 Risposta
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
ESPERTO
Uri
con risposta un anno fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande