Skip to content

Commit e34469a

Browse files
committed
revert "feat(logger): add ALB correlation ID support (aws-powertools#816)"
This reverts commit 6c2f270.
1 parent 6c2f270 commit e34469a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws_lambda_powertools/logging/correlation_paths.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
API_GATEWAY_REST = "requestContext.requestId"
44
API_GATEWAY_HTTP = API_GATEWAY_REST
5-
ALB = "headers.x-amzn-trace-id"
65
APPSYNC_AUTHORIZER = "requestContext.requestId"
76
APPSYNC_RESOLVER = 'request.headers."x-amzn-trace-id"'
87
APPLICATION_LOAD_BALANCER = 'headers."x-amzn-trace-id"'

0 commit comments

Comments
 (0)