Merge pull request #1313 from terrycain/fix_1311

CloudWatch: Added SetAlarmState and filter
This commit is contained in:
Steve Pulec 2017-11-04 15:50:56 -04:00 committed by GitHub
commit 2d9e622e79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 125 additions and 26 deletions

View file

@ -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)