Skip to content

Commit 4bee95b

Browse files
author
Michael Brewer
committed
chore: Bump CI
1 parent b498b0b commit 4bee95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_lambda_powertools/logging/logger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _get_correlation_id_path(path: Union[str, int]) -> Optional[str]:
4444
Parameters
4545
----------
4646
path :
47-
JMESPath
47+
JMESPath expression to find the correlation_id
4848
Returns
4949
-------
5050
str, optional
@@ -242,7 +242,7 @@ def inject_lambda_context(
242242
log_event : bool, optional
243243
Instructs logger to log Lambda Event, by default False
244244
correlation_id_path: str, optional
245-
Can be a JMESPath or one of the standard ones
245+
JMESPath expression to find the correlation_id
246246
247247
Environment variables
248248
---------------------

0 commit comments

Comments
 (0)