Skip to content

Commit

Permalink
feat(logger): add ALB correlation ID support
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Nov 12, 2021
1 parent d62b0a0 commit b92074c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws_lambda_powertools/logging/correlation_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

API_GATEWAY_REST = "requestContext.requestId"
API_GATEWAY_HTTP = API_GATEWAY_REST
ALB = "headers.x-amzn-trace-id"
APPSYNC_AUTHORIZER = "requestContext.requestId"
APPSYNC_RESOLVER = 'request.headers."x-amzn-trace-id"'
APPLICATION_LOAD_BALANCER = 'headers."x-amzn-trace-id"'
Expand Down

0 comments on commit b92074c

Please sign in to comment.