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.
| var AWS = require('aws-sdk'); | |
| AWS.config.update({ | |
| accessKeyId: '{AWS_KEY}', | |
| secretAccessKey: '{AWS_SECRET}', | |
| region: '{SNS_REGION}' | |
| }); | |
| var sns = new AWS.SNS(); |
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.