twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

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

Open exarkun opened 5 years ago

exarkun commented 5 years ago

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.