Skip to content

A Node.js wrapper of AWS DynamoDB Local and utilities

License

Notifications You must be signed in to change notification settings

applideveloper/local-dynamo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Node.js wrapper of AWS DynamoDB Local and utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published