Comment to 'OneSignal saves our messages '
  • Hi Andrew, i was reading a bit into Amazon SNS, below are a copied part of functions...

    Owner operations:

               

    • CreateTopic – Create a new topic.
    •             
    • DeleteTopic – Delete a previously created topic.
    •             
    • ListTopics – List of topics owned by a particular user (AWS ID).
    •             
    • ListSubscriptionsByTopic – List of subscriptions for a particular topic
    •             
    • SetTopicAttributes – Set/modify topic attributes, including setting and modifying publisher/subscriber permissions, transports supported, etc.
    •             
    • GetTopicAttributes – Get/view existing attributes of a topic
    •             
    • AddPermission – Grant access to selected users for the specified actions
    •             
    • RemovePermission – Remove permissions for selected users for the specified actions

               

    Subscriber operations:

               

    • Subscribe – Register a new subscription on a particular topic, which will generate a confirmation message from Amazon SNS
    •             
    • ConfirmSubscription – Respond to a subscription confirmation message, confirming the subscription request to receive notifications from the subscribed topic
    •             
    • UnSubscribe – Cancel a previously registered subscription
    •             
    • ListSubscriptions – List subscriptions owned by a particular user (AWS ID)

               

    Publisher operations:

               

    • Publish: Publish a new message to the topic.

                                                     

    Q: Why are there two different APIs to list subscriptions?

               

    The two APIs to list subscriptions perform different functions and return different results:

               

    • The ListSubscriptionsByTopic API allows a topic owner to see the list of all subscribers actively registered to a topic.
    •             
    • The ListSubscriptions API allows a user to get a list of all their active subscriptions (to one or more topics).

     Q: What are the different delivery formats/transports for receiving notifications?

    In order for customers to have broad flexibility of delivery mechanisms, Amazon SNS supports notifications over multiple transport protocols. Customers can select one the following transports as part of the subscription requests:

      

    If anyone wants to learn more click here https://aws.amazon.com/sns/faqs/

    Andrew from the bit that i was reading it sounds like a great idea, but please keep in mind that a lot of our users on our sites prefer easy functions and many don't like technical obstacles. The easier a task is the better for them, but as you know security is huge and with all that FB is going thru do to that congress issue, now is the time to take advantage, just saying. :)