Skip to content

Instantly share code, notes, and snippets.

View fortheworld2017's full-sized avatar

fortheworld2017

View GitHub Profile
@juyal-ahmed
juyal-ahmed / app.js
Created September 11, 2015 12:27
Using DynamoDB with Node.js, Express.js
var aws_router = require('./routes/aws');
app.use('/aws', aws_router);
//npm install aws-sdk
//visit http://localhost:3000/aws/table-list