txaws
txaws copied to clipboard
The Route53 test double returns unlimited rrsets but should return at most 100
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.