Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

boto list_tables calls assumed to return all results #1000

Closed
pjenvey opened this issue Sep 5, 2017 · 1 comment
Closed

boto list_tables calls assumed to return all results #1000

pjenvey opened this issue Sep 5, 2017 · 1 comment

Comments

@pjenvey
Copy link
Member

pjenvey commented Sep 5, 2017

boto2's layer1 list_tables (db.py, maybe health.py?) as well as boto3's list_tables (our lambda script in maintenance.py) return paginated results. We're incorrectly assuming we'll get back all tables in one shot.

Luckily this hasn't bitten us on staging/prod (yet) but it's hit me on our dev env.

@pjenvey
Copy link
Member Author

pjenvey commented Sep 11, 2017

Reopening: forgot about the call in our lambda script

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

No branches or pull requests

3 participants