Description
Objectif is simplify the scan function of the aws-sdk
package.
Using the parallel requests to optimize the network activity durring the Scan processuses.
Install
You can install this package via NPM
$ npm i --save dynamodb-simple-scan
or by cloning this repository
git clone
Usage
var SimpleScan =var AWS =var DynamoDB =accessKeyId: 'XXXXXXXXX'secretAccessKey: 'XXXXXXXXX'region: 'XXXXXXXX'
Todo
- After parallel scan check if last scan are good executed, else launch scan untill scan finished.