Closed grahamhar closed 7 years ago
As per the DynamoDB boto3 docs (http://boto3.readthedocs.io/en/latest/reference/services/dynamodb.html#DynamoDB.Client.scan) if the LastEvaluatedKey is in the response there are more results to return. This implements using that to ensure all results are returned.
Should fix #172
Duplicate
As per the DynamoDB boto3 docs (http://boto3.readthedocs.io/en/latest/reference/services/dynamodb.html#DynamoDB.Client.scan) if the LastEvaluatedKey is in the response there are more results to return. This implements using that to ensure all results are returned.
Should fix #172