nfroidure / whook

Build strong and efficient REST web services.
https://slides.com/nfroidure/introducing-whook
MIT License
31 stars 7 forks source link

Allow hybrid builds #170

Closed nfroidure closed 10 months ago

nfroidure commented 11 months ago

Currently, one can only build the server or target AWS Lambda/GCP Functions. Best would be to allow hybrid build, for example, to deploy the HTTP lambdas to ECS via a Docker container and consumer/cron lambdas to AWS Lambda.

It will require minor tweaks but will be very nice to have.

A way to achieve this would be to create build targets or to have several APP_ENV with builds varying accordingly.