Skip to content

Commit 5641914

Browse files
committed
docs(jmespath): clarify envelope terminology
1 parent 465b6cb commit 5641914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/utilities/jmespath_functions.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You might have events that contains encoded JSON payloads as string, base64, or
1818

1919
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.
2020

21+
!!! info "**Envelope** is the terminology we use for the JMESPath expression to extract your JSON object from your data input"
22+
2123
### Extracting data
2224

2325
You can use the `extract_data_from_envelope` function along with any [JMESPath expression](https://jmespath.org/tutorial.html){target="_blank"}.

0 commit comments

Comments
 (0)