fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 214 forks source link

paginate results when data returned is greater than 1MB #173

Closed grahamhar closed 7 years ago

grahamhar commented 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

grahamhar commented 7 years ago

Duplicate