awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 146 forks source link

Converts pagination to boto built-in paginator. #37

Closed rts-rob closed 5 years ago

rts-rob commented 5 years ago

Issue #, if available: #36

Description of changes:

This change replaces the pagination code in paginate_api_call with the built-in boto client pagination.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.