Don Kuntz 35507f33df
Don't error out on route53.list_tags_for_resource when resource has no tags
Without the added `return {}`, calling route53.list_tags_for_resource
when called with a ResourceId of a resource without any tags would
result in the error:
    jinja2.exceptions.UndefinedError: 'None' has no attribute 'items'

Because the LIST_TAGS_FOR_RESOURCE_RESPONSE was given None instead of
empty dict.

This now allows list_tags_for_resource to be called without issue on
tag-less resources.
2019-08-28 13:57:42 -05:00
..
2019-08-19 15:50:19 -07:00
2017-05-10 21:58:42 -04:00
2017-02-23 21:37:43 -05:00
2019-08-19 18:01:44 -05:00
2019-05-25 11:18:16 +01:00
2019-02-18 09:15:07 -06:00
2017-09-27 09:54:46 +01:00
2019-05-25 18:35:07 +01:00
2019-01-11 13:22:33 +01:00
2019-01-20 22:54:05 -08:00
2017-10-16 17:06:22 -07:00
2017-02-15 22:35:45 -05:00
2017-02-23 21:37:43 -05:00
2017-02-23 21:37:43 -05:00