serverless / event-gateway

React to any event with serverless functions across clouds
https://www.serverless.com/event-gateway
Apache License 2.0
1.65k stars 96 forks source link

Google Cloud Functions support #38

Open mthenw opened 7 years ago

mthenw commented 7 years ago

@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.