GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 158 forks source link

Generalize and expose inner functions #498

Open pocesar opened 1 year ago

pocesar commented 1 year ago

Would be great to have access to the registry, loader, etc. When loading functions from other folders and without initializing a server, it's impossible to get it loaded into the registry without jumping through a lot of hoops.

josephlewis42 commented 1 year ago

Hi @pocesar, can you provide additional context about what you're trying to do here, what you'd expect to happen, and what is actually happening instead?