Skip to content

imlucas/node-magneto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magneto

Build Status

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 magneto

Test

npm test

Usage

magneto <port>

Todo

see issues

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.

About

An in memory DynamoDB emulator in node.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published