Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save glynnbird/b1d17c4fecd146f1285a29bf6acde69b to your computer and use it in GitHub Desktop.
Node.js app connecting to the Simple Notification Service
var sns = new SNSClient('myapikey', {
userData: {
type: 'game',
colour: 'white'
},
userQuery: {
type: 'game'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment