moto/moto/route53
Niels Laukens a9319fad04
Route53 get_record_sets: filter type after name
According to the documentation [1], name should be filtered first,
followed by type.

> If you specify both Name and Type
> The results begin with the first resource record set in the list
> whose name is greater than or equal to Name, and whose type is
> greater than or equal to Type.

[1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResourceRecordSets.html
2019-06-14 16:15:14 +02:00
..
__init__.py Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00
models.py Route53 get_record_sets: filter type after name 2019-06-14 16:15:14 +02:00
responses.py Add a missing trailing dot to the Name of ResourceRecordSet 2018-11-20 21:43:59 +09:00
urls.py Add ListHostedZonesByName 2017-03-13 15:27:45 +00:00