serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
272 stars 127 forks source link

Are there any examples with multiple functions? #299

Open christopher-caldwell opened 1 year ago

christopher-caldwell commented 1 year ago

All the examples I can find using this are only using one function. Are there any examples using many functions, with TypeScript, Webpack, ESBuild, etc?

Issues

There's some questions I cannot seem to find the answer for:

I would be happy to create some and add them as docs, but I cannot seem to get it working with the aforementioned tools.

What I've Found

While this is nice, it doesn't quite scale. How does package work in this context? There doesn't seem to be anything transforming the TS that I can see.

Goal