Skip to content

Commit

Permalink
Fix: Quotes or backslashes in fields break API Gateway logs JSON (#4348
Browse files Browse the repository at this point in the history
…, PR #6415)
  • Loading branch information
achave11-ucsc committed Jul 19, 2024
2 parents 0b43ce6 + c99ef45 commit 2273f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/api_gateway.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def for_domain(cls, domain):
'domainName': '$context.domainName',
'domainPrefix': '$context.domainPrefix',
'error_message': '$context.error.message',
'error_messageString': '$context.error.messageString',
'error_responseType': '$context.error.responseType',
'extendedRequestId': '$context.extendedRequestId',
'httpMethod': '$context.httpMethod',
Expand Down

0 comments on commit 2273f4a

Please sign in to comment.