Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Duncan00 opened this issue Jul 6, 2018 · 3 comments

Comments

@Duncan00
Copy link

Duncan00 commented Jul 6, 2018

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.

const discoveryURL = 'https://cloudfunctions.googleapis.com/$discovery/rest?version=v1beta2';

@markmssd
Copy link

markmssd commented Aug 7, 2018

I've done the upgrade here: digital-dynamite/serverless-google-cloudfunctions-awesome@7d1f434

Hopefully it can help someone.

@juvestig
Copy link

juvestig commented Jan 23, 2019

v1beta2 is now already deprecated and causing issues in deploying cloud functions with sls. Any word on resolution?
{"ResourceType":"_cloudfunctions.v1beta2.function_","ResourceErrorCode":"503","ResourceErrorMessage":{"code":503,"message":"The service is currently unavailable.","status":"UNAVAILABLE","details":[],"statusMessage":"Service Unavailable","requestPath":"https://cloudfunctions.googleapis.com/v1beta2/projects/<project>/locations/us-east1/functions","httpMethod":"POST"}}

@rockershead
Copy link

Can we install the new api via npm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants