Skip to content

Instantly share code, notes, and snippets.

@vatsan62
vatsan62 / aws-sns-example.js
Created April 25, 2018 04:08 — forked from tmarshall/aws-sns-example.js
aws-sdk sns example, in Node.js
var AWS = require('aws-sdk');
AWS.config.update({
accessKeyId: '{AWS_KEY}',
secretAccessKey: '{AWS_SECRET}',
region: '{SNS_REGION}'
});
var sns = new AWS.SNS();
@vatsan62
vatsan62 / README.md
Created February 24, 2017 17:20 — forked from hofmannsven/README.md
My simply Git Cheatsheet