We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5af010 commit b629032Copy full SHA for b629032
datadog_lambda/api.py
@@ -76,7 +76,9 @@ def get_api_key() -> str:
76
try:
77
secrets_region = DD_API_KEY_SECRET_ARN.split(":")[3]
78
except Exception as e:
79
- logger.debug("Invalid secret arn in DD_API_KEY_SECRET_ARN. Unable to get API key.")
+ logger.debug(
80
+ "Invalid secret arn in DD_API_KEY_SECRET_ARN. Unable to get API key."
81
+ )
82
return ""
83
endpoint_url = (
84
f"https://secretsmanager-fips.{secrets_region}.amazonaws.com"
0 commit comments