Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 940 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 940 Bytes

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

Installing

npm install local-dynamo

Usage

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)

AWS DynamoDB Local Versions

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