lambci
lambci copied to clipboard
Google Cloud Functions support
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)
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 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.
Ah I see, thanks for clarifying.
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.
Is anything happening about this?
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/