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 b498b0b commit 4bee95bCopy full SHA for 4bee95b
aws_lambda_powertools/logging/logger.py
@@ -44,7 +44,7 @@ def _get_correlation_id_path(path: Union[str, int]) -> Optional[str]:
44
Parameters
45
----------
46
path :
47
- JMESPath
+ JMESPath expression to find the correlation_id
48
Returns
49
-------
50
str, optional
@@ -242,7 +242,7 @@ def inject_lambda_context(
242
log_event : bool, optional
243
Instructs logger to log Lambda Event, by default False
244
correlation_id_path: str, optional
245
- Can be a JMESPath or one of the standard ones
246
247
Environment variables
248
---------------------
0 commit comments