serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Support for Google Cloud Functions Emulator via "invoke local"
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?
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.
+1 for this, it would be extremely useful for running integration tests
+1 this would really help with local development
How is this coming along? :) +1
Would love to know more about this!
Totally agree with @Whipgit, it's a must!
+1 I'd love for this to be made
+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?
Must be a reflection of how popular GCloud Functions is that GCloud support is pretty weak compared to AWS.
+1 this is something I would love as well
+1 something like this would make life a lot easier.
+1 I referenced the document file and the command in doc, but not work.
For anyone interested, this is a great tool for local gcf: Coppa