serverless-google-cloudfunctions icon indicating copy to clipboard operation
serverless-google-cloudfunctions copied to clipboard

Support for Google Cloud Functions Emulator via "invoke local"

Open jpkleemans opened this issue 8 years ago • 13 comments

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?

jpkleemans avatar May 20 '17 15:05 jpkleemans

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.

pmuens avatar May 20 '17 20:05 pmuens

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

nucleardreamer avatar Oct 22 '17 21:10 nucleardreamer

+1 this would really help with local development

rajwilkhu avatar Nov 25 '17 18:11 rajwilkhu

How is this coming along? :) +1

aaronkchsu avatar Feb 20 '18 17:02 aaronkchsu

Would love to know more about this!

Whipgit avatar Mar 12 '18 15:03 Whipgit

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

markmssd avatar May 05 '18 22:05 markmssd

+1 I'd love for this to be made

edjroz avatar May 28 '18 04:05 edjroz

+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?

martyndavies avatar Jun 25 '18 17:06 martyndavies

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

TimNZ avatar Aug 08 '18 00:08 TimNZ

+1 this is something I would love as well

Matthew-Smith avatar Jan 18 '19 16:01 Matthew-Smith

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

kbxl avatar Jun 07 '19 09:06 kbxl

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

FireQQTW avatar Jun 11 '19 15:06 FireQQTW

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

rametta avatar Sep 18 '19 10:09 rametta