event-gateway icon indicating copy to clipboard operation
event-gateway copied to clipboard

Google Cloud Functions support

Open mthenw opened this issue 7 years ago • 1 comments

mthenw avatar Jun 12 '17 14:06 mthenw

@brianneisler

I've started implementing Google Cloud Functions support but there might be an issue. To call a function through API we need to use https://developers.google.com/apis-explorer/#search/functions/cloudfunctions/v1beta2/. The issue is that cloudfunctions.projects.locations.functions.call is Invokes synchronously deployed function. To be used for testing, very limited traffic allowed.. So it's not intended to be used for prod.

Also, GCF is kind of already supported by http function type. Not sure is it make sense to implement that using API that is not intended for prod use.

mthenw avatar Aug 01 '17 22:08 mthenw