Skip to content

Commit 67c9041

Browse files
committed
docs(roadmap): split up feature parity; add event handler rest
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent 3984efd commit 67c9041

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/roadmap.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,25 @@ Over the next quarter, we are considering implementing one or more of the follow
3030

3131
If any of these utilities are important to you, please let us know by upvoting the issue, leaving a comment under the RFCs, or by joining the discussion in our [Discord community](https://discord.gg/B8zZKbbyET){target="_blank"}.
3232

33+
### Event Handler REST
34+
35+
- [ ] [RFC to discuss initial thoughts and feasibility for TS/JS ecosystem](https://github.com/aws-powertools/powertools-lambda-typescript/issues/413)
36+
- [ ] Explore pros & cons of whether to build atop lean frameworks (e.g., Hono) or from scratch
37+
- [ ] Support for API Gateway REST API resolver
38+
- [ ] Support for API Gateway HTTP API resolver
39+
- [ ] Support for Lambda Function URL resolver
40+
- [ ] Support for Application Load Balancer resolver
41+
- [ ] Support for VPC Lattice resolver
42+
- [ ] Support for Data Validation _(e.g., `Zod`)_
43+
- [ ] Support for OpenAPI generation
44+
- [ ] Support for Middlewares
45+
- [ ] Support for Compression
46+
- [ ] Support for Binary responses
47+
- [ ] Support for custom serializer
48+
- [ ] Support for injecting request details _(consider not doing globals like Python legacy)_
49+
- [ ] Support for Router _(multi-file routes)_
50+
- [ ] Docs
51+
3352
### Improve operational excellence
3453

3554
We continue to work on increasing operational excellence to remove as much undifferentiated heavy lifting for maintainers, so that we can focus on delivering features that help you.

0 commit comments

Comments
 (0)