Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion samcli/local/apigw/local_apigw_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ def _invalid_apig_response_keys(output):
"statusCode",
"body",
"headers",
"isBase64Encoded"
"isBase64Encoded",
"multiValueHeaders"
}
# In Python 2.7, need to explicitly make the Dictionary keys into a set
invalid_keys = set(output.keys()) - allowable
Expand Down