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

The Route53 test double returns unlimited rrsets but should return at most 100 #97

Open
exarkun opened this issue Dec 20, 2018 · 0 comments

Comments

@exarkun
Copy link
Member

exarkun commented Dec 20, 2018

According to https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResourceRecordSets.html 100 is the maximum number of rrsets. The test double implementation of list_resource_record_sets in txaws/testing/route53.py will return an unlimited number of rrsets if no maxitems is explicitly given, though.

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

No branches or pull requests

1 participant