Custom JMESPath functions
Last updated
Was this helpful?
Last updated
Was this helpful?
This page is a stub. More information will be provided
The YAML library exposes registerFunction
allowing you to add custom functions to JMESPath. These functions can not be async and should be (deterministic with no side effects).