functions-framework-dart icon indicating copy to clipboard operation
functions-framework-dart copied to clipboard

Multiple funcitons in one project

Open Defuera opened this issue 1 year ago • 3 comments

Is it possible to have multiple functions in one project and deploy them together? I just don't want to have a separate Makefile, Dockerfile, pubspec.yaml file for every function if it's possible not to.

Defuera avatar Aug 10 '23 09:08 Defuera

One potential solution to this would be to just use a router like you would in any other shelf kind of app if you are just wanting the interface for multiple independent functions but are otherwise ok with a single executable?

bivens-dev avatar Aug 23 '23 23:08 bivens-dev

Can you please provide an example ?

tolotrasamuel avatar Nov 15 '23 02:11 tolotrasamuel

@tolotrasamuel probably this https://stackoverflow.com/questions/68981552/dart-functions-framework-usage

enqvida avatar Apr 23 '24 15:04 enqvida