Skip to content

Commit 4f1b4d7

Browse files
heitorlessato-mc
andauthored
docs: improve wording on jmespath fns
Co-authored-by: Tom McCarthy <[email protected]>
1 parent 1bd4445 commit 4f1b4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/utilities/validation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ handler(event=sample_event, context={})
211211
<Note type="warning">
212212
This should only be used for advanced use cases where you have special formats not covered by the built-in functions.
213213
<br/><br/>
214-
This will <strong>replace all built-in functions provided with what you provide</strong>.
214+
This will <strong>replace all provided built-in functions such as `powertools_json`, so you will no longer be able to use them</strong>.
215215
</Note>
216216

217217
For special binary formats that you want to decode before applying JSON Schema validation, you can bring your own [JMESPath function](https://github.com/jmespath/jmespath.py#custom-functions) and any additional option via `jmespath_options` param.

0 commit comments

Comments
 (0)