Skip to content

Instantly share code, notes, and snippets.

@glynnbird
Created February 2, 2017 16:30
Show Gist options
  • Select an option

  • Save glynnbird/6604ab83f569ed86f76b8eecc8ab476a to your computer and use it in GitHub Desktop.

Select an option

Save glynnbird/6604ab83f569ed86f76b8eecc8ab476a to your computer and use it in GitHub Desktop.
Node.js app receiving events from Simple Notification Service
sns.on('notification', function(n) {
// your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment