Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scan - ExclusiveStartKey not supported for scans larger than 1 MB? #66

Open
danieldram opened this issue Jul 15, 2016 · 0 comments
Open

Comments

@danieldram
Copy link

We have an issue where dynamoDB is paginating the data returned from the DB due to the size being over 1 MB. It returns the LastEvaluatedKey in the response as per their documentation to indicate more records exist, but this doesn't seem to be apart of the option params of this package that we can send to continue the scanning until the LastEvaluatedKey is null, indicating no more records exist.

See section: Paginating the Results
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html

Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant