Welcome to the Amazon Simple Notification Service example app

Now is:

The Amazon Simple Notification Service example uses multiple AWS Services and the Java V2 API. Perform these steps:

  1. You can subscribe to a SNS topic by choosing the Manage Subscriptions menu item.
  2. Enter a valid email address and then choose Subscribe.
  3. The sample application subscribes to the endpoint by using the SNS Java API V2.
  4. You can view all the email addresses that have subscribed by choosing the List Subscriptions menu item.
  5. You can unSubscribe by entering the email address and choosing UnSubscribe.
  6. You can publish a message by entering a message and choosing Publish.
  7. All subscribed email recipients will receive the published message.