🔷
Amazon SNS – How to Publish
Topic Publish (via AWS SDK)
- Create a Topic – logical access point for messages.
- Create one or more Subscriptions – define the endpoints that will receive messages.
- Publish Messages to the Topic – SNS fans out the message to all subscribers.
Direct Publish (Mobile Push via SDK)
- Create a Platform Application – represents a mobile app on a specific push service.
- Create a Platform Endpoint – represents a specific device.
- Publish Messages to the Platform Endpoint – sends the notification directly to that device.