From 5641914cd2c472b561757bb072d5dc23e3d3b1bd Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Tue, 5 Oct 2021 14:49:02 +0200 Subject: [PATCH] docs(jmespath): clarify envelope terminology --- docs/utilities/jmespath_functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/utilities/jmespath_functions.md b/docs/utilities/jmespath_functions.md index e11452cd5c..583357a55e 100644 --- a/docs/utilities/jmespath_functions.md +++ b/docs/utilities/jmespath_functions.md @@ -18,6 +18,8 @@ You might have events that contains encoded JSON payloads as string, base64, or 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. +!!! info "**Envelope** is the terminology we use for the JMESPath expression to extract your JSON object from your data input" + ### Extracting data You can use the `extract_data_from_envelope` function along with any [JMESPath expression](https://jmespath.org/tutorial.html){target="_blank"}.