Skip to content

Commit

Permalink
Merge pull request #18 from Medium/nick-update3
Browse files Browse the repository at this point in the history
Update local-dynamo
  • Loading branch information
nicks committed Apr 29, 2015
2 parents 99ca090 + 8ea78b7 commit dd1c976
Show file tree
Hide file tree
Showing 31 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -35,3 +35,4 @@ Here is a list of the versions DynamoDB Local that `local-dynamo` uses.
* `0.0.2` -- `dynamodb_local_2014-01-08`
* `0.0.3` -- `dynamodb_local_2014-04-24`
* `0.0.4` -- `dynamodb_local_2014-10-07`
* `0.0.5` -- `dynamodb_local_2015-01-27`
Binary file modified aws_dynamodb_local/DynamoDBLocal.jar
Binary file not shown.
Binary file not shown.
Binary file modified aws_dynamodb_local/DynamoDBLocal_lib/commons-lang3-3.x.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified aws_dynamodb_local/DynamoDBLocal_lib/sqlite4java-win32-x64.dll
Binary file not shown.
Binary file not shown.
Binary file modified aws_dynamodb_local/DynamoDBLocal_lib/sqlite4java.jar
Binary file not shown.
22 changes: 10 additions & 12 deletions aws_dynamodb_local/README.txt
Expand Up @@ -9,20 +9,18 @@ Enhancements in this release

http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html

* Add support for document storage and retreival.
* Add support for expressions.
* Add support for online indexing

Note the following difference in DynamoDBLocal:

* Local's exception messages may differ from those returned by the service.

Running DynamoDB Local (has not changed from previous release)
---------------------------------------------------------------

java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar [-port <port-no.>] [-inMemory] [-dbPath <path>]

Available Options:
-dbPath <path> Specify the location of your database file. Default is
the current directory.
-inMemory When specified, DynamoDB Local will run in memory.
-port <port-no.> Specify a port number. Default is 8000
-help Display DynamoDB Local usage and options.
Running DynamoDB Local (There are two new command line options available for running DynamoDB Local)
---------------------------------------------------------------

java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar [options]

Note that -inMemory and -dbPath options cannot be used together.
For more information on available options, run with the -help option:
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -help
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "local-dynamo",
"description": "A Node.js wrapper of AWS DynamoDB Local and utilities",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/Obvious/local-dynamo",
"licenses": [
{
Expand Down

0 comments on commit dd1c976

Please sign in to comment.