🔷

Amazon SNS – How to Publish

Topic Publish (via AWS SDK)

  1. Create a Topic – logical access point for messages.
  1. Create one or more Subscriptions – define the endpoints that will receive messages.
  1. Publish Messages to the Topic – SNS fans out the message to all subscribers.

Direct Publish (Mobile Push via SDK)

  1. Create a Platform Application – represents a mobile app on a specific push service.
  1. Create a Platform Endpoint – represents a specific device.
  1. Publish Messages to the Platform Endpoint – sends the notification directly to that device.