Skip to content

Commit 3b9f066

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

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/roadmap.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ A: For existing features, you can directly comment on issues. For anything else,
105105

106106
## Launched
107107

108+
### Parser (Zod)
109+
110+
> [Docs](https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/parser/)
111+
112+
Feature parity on Parser feature
113+
114+
- [x] Support for defining your own Zod schema
115+
- [x] Support for popular Lambda Event Sources as built-in schemas
116+
- [x] Support for envelope (wrapping before schema validation)
117+
- [x] Support for user-defined envelopes
118+
- [x] Docs
119+
108120
### Idempotency
109121

110122
> [Docs](https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/idempotency/)
@@ -159,4 +171,3 @@ Over the past year, we have gathered a number of feature requests and improvemen
159171
You can find the full list of changes in the [v2 RFC](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1714) and follow the progress in the [v2 milestone](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/12).
160172

161173
Just like for the feature parity, if you have any feedback or would like to contribute to the discussion, please leave a comment in the RFC or join the discussion in our [Discord community](https://discord.gg/B8zZKbbyET){target="_blank"}.
162-

0 commit comments

Comments
 (0)