txaws icon indicating copy to clipboard operation
txaws copied to clipboard

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

Open exarkun opened this issue 7 years ago • 0 comments

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.

exarkun avatar Dec 20 '18 15:12 exarkun