Skip to content

Commit

Permalink
SP-2341 - Correct JSON encoding in API Gateway logs #patch (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixdaysandy authored Sep 24, 2024
1 parent 06edac9 commit fe3ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environment/region/apigateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "aws_api_gateway_stage" "current" {
"\"caller\":\"$context.identity.caller\",",
"\"user\":\"$context.identity.user\",",
"\"requestTime\":\"$context.requestTime\",",
"\"httpMethod\":\"$context.httpMethod\"",
"\"httpMethod\":\"$context.httpMethod\",",
"\"resourcePath\":\"$context.resourcePath\",",
"\"status\":\"$context.status\",",
"\"protocol\":\"$context.protocol\",",
Expand Down

0 comments on commit fe3ebae

Please sign in to comment.