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

Check for result pagination #15

Open
groorj opened this issue Mar 20, 2019 · 0 comments
Open

Check for result pagination #15

groorj opened this issue Mar 20, 2019 · 0 comments

Comments

@groorj
Copy link
Owner

groorj commented Mar 20, 2019

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.

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

No branches or pull requests

1 participant