Jump to content

Amazon Simple Notification Service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MIR HASAN MEHDI NAQVI (talk | contribs) at 22:22, 6 June 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Amazon Simple Notification Service
Developer(s)Amazon.com
Initial release2009
LicenseProprietary software
Websitewww.amazon.com/sns

Amazon Simple Notification Service (Amazon SNS) is a notification service provided as part of Amazon Web Services since 2010.[1] It provides a low-cost infrastructure for the mass delivery of messages.

Amazon SNS acts as a single message bus that can message to a variety of devices and platforms, including Kindle Fire and Baidu. A single code interface can address all of these equally, or message formats can be tailored to the particular needs of each platform.[2] Amazon SNS can also deliver messages by SMS to 200+ countries.[3]

Description

Amazon SNS uses the publish/subscribe model for push delivery of messages.[1] Recipients subscribe to one or more 'topics' within Amazon SNS. Typically, this is hidden from the user as an internal part of a mobile app.[4] Receipt of a message may also be hidden from the user: this service is largely aimed at the internal processing of specific apps rather than as a generic email substitute. A game might receive bonus-level announcements or unlock keys for in-game purchases by this route. A ticket booking app could use it for confirmation vouchers, boarding passes or notifications of a delay to a flight.

References

  1. ^ a b Jeff Barr (7 April 2010). "Introducing the Amazon Simple Notification Service". Amazon Web Services.
  2. ^ "Amazon SNS, Developer Guide" (PDF). Amazon Web Services.
  3. ^ "Amazon SNS". Amazon Web Services.
  4. ^ Rich Cowper (5 November 2014). "A Guide to Amazon Simple Notification Service Mobile Push Self-registration for iOS".