serverless-google-cloudfunctions icon indicating copy to clipboard operation
serverless-google-cloudfunctions copied to clipboard

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework

Results 110 serverless-google-cloudfunctions issues
Sort by recently updated
recently updated
newest added

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.

enhancement
help wanted

# 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...

enhancement

To be specific it hits the API calls hard limit for the project ``` Quota | Description | Limit | Can be increased | Scope API calls (CALL) | Calls...

question

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...

question

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...

enhancement

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...

enhancement

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...

question

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?

enhancement

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,...

enhancement

What is the Function to Push Google Pub/Sub data to BigQuery?

question