serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
Check if the deployment bucket is still in place before doing a (re)deploy / removal. This issue is related to https://github.com/serverless/serverless/issues/6820 and #178.
# This is a Feature Proposal ## Description Google now supports IAM policies on HTTP cloud functions, and from November 1st new HTTP functions will be private by default. Does...
To be specific it hits the API calls hard limit for the project ``` Quota | Description | Limit | Can be increased | Scope API calls (CALL) | Calls...
I'm getting the following error: Deployment failed: CONDITION_NOT_MET "/httpsTrigger/url": domain: validation; keyword: type; message: instance does not match any allowed primitive type; allowed: ["string"]; found: "object" This is my serverless.yml...
In the documentation https://serverless.com/framework/docs/providers/google/guide/events/ it currently says: > **Note:** Currently only one event definition per function is supported. I just got stung by this when trying to follow along with...
Hi, I am currently trying to use serverless framework on google cloud. In some use cases, I don't need to deploy any functions in my stack, but other resources like...
Hello, In the serverless.yml file, i have tried modifying timeout parameter works fine but the changing the memory does not reflect on google cloud GUI. Please let me know how...
Is there a way to specify a custom deployment bucket? I know there's a `deploymentBucketName` in https://github.com/serverless/serverless-google-cloudfunctions/blob/master/shared/setDeploymentBucketName.js but is there a way to override its default name?
Hello Team, I have followed your documentation to set up serverless and google cloud credentials on my machine which is sitting behind a proxy. I have exported the proxy variable,...
What is the Function to Push Google Pub/Sub data to BigQuery?