Skip to content

Commit b5cc410

Browse files
committed
docs: add FAQ on Chalice
1 parent 6a0a708 commit b5cc410

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/core/event_handler/api_gateway.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -706,5 +706,10 @@ You can test your routes by passing a proxy event request where `path` and `http
706706
return app.resolve(event, context)
707707
```
708708

709-
710709
## FAQ
710+
711+
**What's the difference between this utility and frameworks like Chalice?**
712+
713+
Chalice is a full featured microframework that manages application and infrastructure. This utility, however, is largely focused on routing to reduce boilerplate and expects you to setup and manage infrastructure with your framework of choice.
714+
715+
That said, [Chalice has native integration with Lambda Powertools](https://aws.github.io/chalice/topics/middleware.html){target="_blank"} if you're looking for a more opinionated and web framework feature set.

0 commit comments

Comments
 (0)