-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
The Describe* APIs are all paginated APIs and you'll need to account for that in your code. boto3 makes it pretty easy to use paginated APIs, though - see https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html for more details.
Need to validate if pagination would break the results.
Thanks /u/otterley for catching this.