functions-framework-dart
functions-framework-dart copied to clipboard
Multiple funcitons in one project
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.
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?
Can you please provide an example ?
@tolotrasamuel probably this https://stackoverflow.com/questions/68981552/dart-functions-framework-usage