Merge pull request #1313 from terrycain/fix_1311
CloudWatch: Added SetAlarmState and filter
This commit is contained in:
commit
2d9e622e79
5 changed files with 125 additions and 26 deletions
|
|
@ -272,9 +272,6 @@ def amzn_request_id(f):
|
|||
else:
|
||||
status, new_headers, body = response
|
||||
headers.update(new_headers)
|
||||
# Cast status to string
|
||||
if "status" in headers:
|
||||
headers['status'] = str(headers['status'])
|
||||
|
||||
request_id = gen_amzn_requestid_long(headers)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue