You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/jmespath_functions.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Powertools for AWS Lambda (Python) also have utilities like [validation](validat
30
30
31
31
### Extracting data
32
32
33
-
You can use the `extract_data_from_envelope` function with any [JMESPath expression](https://jmespath.org/tutorial.html){target="_blank" rel="nofollow"}.
33
+
You can use the `query` function with any [JMESPath expression](https://jmespath.org/tutorial.html){target="_blank" rel="nofollow"}.
34
34
35
35
???+ tip
36
36
Another common use case is to fetch deeply nested data, filter, flatten, and more.
@@ -69,15 +69,15 @@ These are all built-in envelopes you can use along with their expression as a re
0 commit comments