A Node.js wrapper of AWS DynamoDB Local
This is a thin wrapper of the AWS DynamoDB Local. You can start the DynamoDB Local within a Node.js program and easily specify where the database files should be.
Release notes can be found at http://aws.amazon.com/releasenotes/SDK/JavaScript
npm install local-dynamo
From command line:
$ node launch.js --database_dir=/database/dir --port=4567
or inside a Node.js application:
localDynamo = require('local-dynamo')
localDynamo.launch('/database/dir', 4567)
Here is a list of the versions DynamoDB Local that local-dynamo
uses.
0.0.1
--fr.28776.0.dynamodb_local_2013-09-12
0.0.2
--fr.29205.0.dynamodb_local_2014-01-08