cpitchford e85106c708
describe_event_bus returns json, not dict
Correct the assumption that describe_event_bus()['Policy'] is a dict
As per
http://boto3.readthedocs.io/en/latest/reference/services/events.html#CloudWatchEvents.Client.describe_event_bus
It should be a JSON encoded string

Here we decode the JSON before we look inside the policy
2018-05-15 17:04:59 +01:00
..
2018-04-13 10:37:06 -04:00
2017-10-22 21:36:39 +01:00
2018-04-04 00:28:39 -07:00
2017-05-10 21:58:42 -04:00
2017-02-23 21:37:43 -05:00
2018-04-15 17:08:54 -04:00
2017-09-27 09:54:46 +01:00
2017-06-20 11:58:18 -07:00
2017-02-23 21:37:43 -05: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