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

Support for Google Cloud Functions Emulator via "invoke local" #74

Open jpkleemans opened 7 years ago

jpkleemans commented 7 years ago

I'm testing my cloud functions locally with the Google Cloud Functions Emulator. But then I have to run the 'native' cloud functions commands like functions deploy helloWorld --trigger-http every time, for every code-change, for each function, to 'deploy' it to the emulator.

Is it possible to deploy to the local emulator using the serverless framework?

pmuens commented 7 years ago

Hey @jpkleemans thanks for opening! 👍

Great suggestion. We're already looking into ways to integrate the Cloud Functions Emulator into the plugin so that it can be used with the Frameworks invoke local command.

nucleardreamer commented 6 years ago

+1 for this, it would be extremely useful for running integration tests

rajwilkhu commented 6 years ago

+1 this would really help with local development

aaronkchsu commented 6 years ago

How is this coming along? :) +1

Whipgit commented 6 years ago

Would love to know more about this!

markmssd commented 6 years ago

Totally agree with @Whipgit, it's a must!

edjroz commented 6 years ago

+1 I'd love for this to be made

martyndavies commented 6 years ago

+1 I would also really like to see this become a reality! Is there anywhere we can see updates on the time line for this @pmuens?

TimNZ commented 6 years ago

Must be a reflection of how popular GCloud Functions is that GCloud support is pretty weak compared to AWS.

Matthew-Smith commented 5 years ago

+1 this is something I would love as well

kbxl commented 5 years ago

+1 something like this would make life a lot easier.

FireQQTW commented 5 years ago

+1 I referenced the document file and the command in doc, but not work.

rametta commented 4 years ago

For anyone interested, this is a great tool for local gcf: Coppa