Skip to content

Commit 3984efd

Browse files
committed
docs(roadmap): split up feature parity; add jmespath functions to launched
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent 3b9f066 commit 3984efd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/roadmap.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,19 @@ A: For existing features, you can directly comment on issues. For anything else,
105105

106106
## Launched
107107

108+
### JMESPath Functions
109+
110+
> [Docs](https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/jmespath/)
111+
112+
Feature parity on JMESPath Powertools Functions feature
113+
114+
- [x] Support for extracting data
115+
- [x] Support for envelopes (unwrap before data extraction)
116+
- [x] Support for built-in `powertools_json` JMESPath function
117+
- [x] Support for built-in `powertools_base64` JMESPath function
118+
- [x] Support for built-in `powertools_base64_gzip` JMESPath function
119+
- [x] Support for Bring Your Own JMESPath function
120+
108121
### Parser (Zod)
109122

110123
> [Docs](https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/)

0 commit comments

Comments
 (0)