dynamodb-parallel-scan icon indicating copy to clipboard operation
dynamodb-parallel-scan copied to clipboard

Scan large DynamoDB tables faster with parallelism

Results 14 dynamodb-parallel-scan issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@shelf/jest-dynamodb](https://togithub.com/shelfio/jest-dynamodb) | [`3.4.1` -> `3.4.4`](https://renovatebot.com/diffs/npm/@shelf%2fjest-dynamodb/3.4.1/3.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@shelf%2fjest-dynamodb/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

backend

I'm following the steps to use dynamodb-parallel-scan, but I'm getting the following error with the two latest versions (3.4.0 and 3.5.0): ``` UnrecognizedClientException: The security token included in the request...

I seem to be having an issue with paginateScan in the v3 SDK being slow to retrieve 5000 items from a 16mb table. It takes about 7 seconds on cold...