3.3.1 • Published 1 year ago

@mhlabs/dynamodb-client v3.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

dynamodb-client

A library simplifying working with dynamodb client in aws sdk v3.

Integration tests

The integration tests are not automated or part of the build (yet...). To run them locally, make sure to have docker installed and then:

docker run -v $(pwd)/data:/data -p 8000:8000 amazon/dynamodb-local -jar DynamoDBLocal.jar -sharedDb -dbPath /data

npm run integration-tests

To avoid having the data folder be created in different places, creating a folder like ~/dynamo and a script in it like below, and then starting the db by running the script will keep everything within that folder.

#!/bin/sh
docker run -v $(pwd)/data:/data -p 8000:8000 amazon/dynamodb-local -jar DynamoDBLocal.jar -sharedDb -dbPath /data
3.3.1

1 year ago

4.0.1-beta.2

1 year ago

4.0.1-beta.1

1 year ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago