Skip to content

Commit

Permalink
fixup! Fix: Many uninformative fields in API Gateway access logs (#6399)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Aug 29, 2024
1 parent 89c3b8d commit d77bc81
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 @@ -98,7 +98,6 @@ def for_domain(cls, domain):
'error_responseType': '$context.error.responseType',
'extendedRequestId': '$context.extendedRequestId',
'httpMethod': '$context.httpMethod',
'identity_clientCert_validity_notAfter': '$context.identity.clientCert.validity.notAfter',
'identity_sourceIp': '$context.identity.sourceIp',
'identity_userAgent': '$context.identity.userAgent',
'integration_error': '$context.integration.error',
Expand Down

0 comments on commit d77bc81

Please sign in to comment.