Skip to content

Commit efa025f

Browse files
author
Michael Brewer
committed
refactor(constants): some cleanup
1 parent 4beaaaa commit efa025f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

aws_lambda_powertools/shared/constants.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010

1111
METRICS_NAMESPACE_ENV: str = "POWERTOOLS_METRICS_NAMESPACE"
1212

13+
EVENT_HANDLER_DEBUG_ENV: str = "POWERTOOLS_EVENT_HANDLER_DEBUG"
14+
1315
SAM_LOCAL_ENV: str = "AWS_SAM_LOCAL"
1416
CHALICE_LOCAL_ENV: str = "AWS_CHALICE_CLI_MODE"
1517
SERVICE_NAME_ENV: str = "POWERTOOLS_SERVICE_NAME"
1618
XRAY_TRACE_ID_ENV: str = "_X_AMZN_TRACE_ID"
1719

18-
19-
XRAY_SDK_MODULE = "aws_xray_sdk"
20-
XRAY_SDK_CORE_MODULE = "aws_xray_sdk.core"
21-
22-
EVENT_HANDLER_DEBUG_ENV: str = "POWERTOOLS_EVENT_HANDLER_DEBUG"
20+
XRAY_SDK_MODULE: str = "aws_xray_sdk"
21+
XRAY_SDK_CORE_MODULE: str = "aws_xray_sdk.core"

0 commit comments

Comments
 (0)