lambci icon indicating copy to clipboard operation
lambci copied to clipboard

Google Cloud Functions support

Open mhart opened this issue 9 years ago • 6 comments

GCF is in alpha at the moment, and the API is still changing pretty rapidly (HTTP endpoints just changed signature completely).

Will need a fair bit of research to see if we can achieve the same sort of async model, or whether GCF will require the HTTP connection to be open for the entire build (which would pretty much be a no-go)

mhart avatar Jun 28 '16 00:06 mhart

Comment on this PR if you'd like to see a Google Cloud Functions client library which you could use to add Cloud Functions support to LambCI

jmdobry avatar Mar 08 '17 17:03 jmdobry

@jmdobry I'm not sure how a client library would help here?

Maybe the title is confusing. This issue is for the use of GCF in place of AWS Lambda – ie, run LambCI as a GCF.

mhart avatar Mar 08 '17 18:03 mhart

Ah I see, thanks for clarifying.

jmdobry avatar Mar 08 '17 19:03 jmdobry

GCF are now in beta (since March 2017); any update?

Release notes (https://cloud.google.com/functions/docs/release-notes) don't mention any API breaking changes since March, which is as far back as they go.

petemounce avatar Sep 19 '17 22:09 petemounce

Is anything happening about this?

cyclingwithelephants avatar Apr 12 '19 17:04 cyclingwithelephants

This would be great.

Cloud Functions are out of beta.

Google has also announced Cloud Run, in case that's useful (I haven't looked into it much): https://cloud.google.com/run/

techieshark avatar Apr 29 '19 08:04 techieshark