2.1.1 • Published 5 years ago

@jtviegas/dyndbstore v2.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

master build & test release build, test & publish Coverage Status

dyndbstore

store facade to DynamoDb

Installation

npm install @jtviegas/dyndbstore

Usage

required environment variables

- region - aws region ( not mandatory, default: eu-west-1 )
- AWS_ACCESS_KEY_ID ( mandatory )
- AWS_SECRET_ACCESS_KEY ( mandatory )
- DYNDBSTORE_TEST_ENDPOINT ( not mandatory, for testing purposes )

code snippet example

var store = require('@jtviegas/dyndbstore');
store.getObjsCount(table, (e, r) => {
            if(e)
                done(e);
            else {
                expect(r).to.equal(0);
                done(null);
            }
        });

Tests

npm test

Contributing

just help yourself and submit a pull request
2.1.1

5 years ago

2.0.21

5 years ago

2.0.15

5 years ago

2.0.16

5 years ago

2.0.19

5 years ago

2.0.17

5 years ago

2.0.18

5 years ago

2.0.20

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.11

5 years ago

2.0.12

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.7

5 years ago

2.0.8

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.6

5 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.13

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago