function-buildpacks-for-knative
function-buildpacks-for-knative copied to clipboard
Multiple functions in my python project
Feature Request
I want to deploy a service that spawns multiple functions. I want to have different functions and map them to different triggers, but I want them to be on the same container since they shared a lot of dependencies.
Describe alternatives you've considered
Building and deploying each function in different services. This adds too much overhead for teams to deploy functions.