Closed msambol closed 7 years ago
I no longer have access to an account with DynamoDB. Please submit a PR or give me access to one if you'd like me to take a look. Changes to the SDK over time are probably to blame for issues.
I'll check it out.
Ah, so it does actually work correctly, but because of the following code we essentially ignore the limit. Should I make a PR that removes the limit from the query?
https://github.com/edasque/DynamoDBtoCSV/blob/master/dynamoDBtoCSV.js#L43-L45
It's probably best you fork and maintain your own, I can point to yours being in active development.
Limit does not appear to be working.
It defaults to 1000 but several of my scans returned more than 1000.
@edasque