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.

asked a year ago271 views
1 Answer
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
EXPERT
Uri
answered a year ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions