-
Notifications
You must be signed in to change notification settings - Fork 14
Description
This service seems really promising and provides a lot of the functionality I've been looking for. However, I was trying a few things out and it doesn't look like the features that Chalice offers (specifically, API Gateway integration based on functions defined with the @app.route decorator) work when using Domovoi.
Is this intentional? It would be excellent if we could use Domovoi to extend Chalice's existing functionality.
Additionally, since both Domovoi and Chalice rely on an app.py file defining an app variable, it doesn't seem very feasible to use both the Domovoi and Chalice CLI tools within the same project. While I'd prefer to just be able to use Domovoi for everything, this would be an acceptable alternative.
Are there plans to provide support for API Gateway within Domovoi? Thanks for your help!