magneto
v0.4.1
Published
A DynamoDB backend in node for testing
Readme
Magneto
A port of fake dynamo to node.js.
Very handy for just getting to know dynamo or making your tests easier to deal with.
Install
npm install -g magnetoTest
npm testUsage
magneto <port>Todo
To use in testing with the official AWS SDK
var aws = require('aws-sdk'),
magneto = require('magneto');
magneto.patchClient(aws);For more examples, have a look at the tests.

