Skip to content

Instantly share code, notes, and snippets.

@cevatkerim
cevatkerim / aws-sns-example.js
Created October 6, 2015 17:18 — 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();

Checkbox Switch

A simple, gummy little switch thingy. Now accelerated for touch devices! All JS can be removed though and it will still work.

A Pen by Christian Naths on CodePen.

License.