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
+2
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ You might have events that contains encoded JSON payloads as string, base64, or
18
18
19
19
Lambda Powertools also have utilities like [validation](validation.md), [idempotency](idempotency.md), or [feature flags](feature_flags.md) where you might need to extract a portion of your data before using them.
20
20
21
+
!!! info "**Envelope** is the terminology we use for the JMESPath expression to extract your JSON object from your data input"
22
+
21
23
### Extracting data
22
24
23
25
You can use the `extract_data_from_envelope` function along with any [JMESPath expression](https://jmespath.org/tutorial.html){target="_blank"}.
0 commit comments