Add support and unittests for Route53 tags
This commit is contained in:
parent
97513590c8
commit
9a7556b3af
4 changed files with 136 additions and 2 deletions
|
|
@ -10,5 +10,6 @@ url_paths = {
|
|||
'{0}hostedzone/[^/]+$': responses.get_or_delete_hostzone_response,
|
||||
'{0}hostedzone/[^/]+/rrset/?$': responses.rrset_response,
|
||||
'{0}healthcheck': responses.health_check_response,
|
||||
'{0}tags|trafficpolicyinstances/*': responses.not_implemented_response,
|
||||
'{0}tags/(healthcheck|hostedzone)/*': responses.list_or_change_tags_for_resource_request,
|
||||
'{0}trafficpolicyinstances/*': responses.not_implemented_response
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue