serverless/serverless-google-cloudfunctions

Migrating from the Cloud Functions v1beta2 API to the Cloud Functions v1 API

Open

#105 opened on Jul 6, 2018

View on GitHub
 (3 comments) (7 reactions) (0 assignees)JavaScript (124 forks)auto 404
help wanted

Repository metrics

Stars
 (275 stars)
PR merge metrics
 (PR metrics pending)

Description

Cloud Functions v1beta2 API is deprecated. And will be terminated soon. https://cloud.google.com/functions/docs/migrating

But serverless-google-cloudfunctions is still using it. https://github.com/serverless/serverless-google-cloudfunctions/blob/043516fbce95462ff41cbf2a5101fb0253556e24/provider/googleProvider.js#L47

Contributor guide