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

This implementation is a pretty sizable departure of the previous implementation attempt (https://github.com/serverless/serverless-google-cloudfunctions/pull/219) which did not work as anticipated (https://github.com/serverless/serverless-google-cloudfunctions/issues/222) because it seems like the documented configuration/behavior for setting via...

bug
help wanted

**Issue description** I'm trying to implement code sharing between multiple services by using npm local dependencies. Here is the code structure: endpoints -servicename --package.json --serverless.yml libs -database.js -auth.js -package.json I've...

Google allows to update Build Environment Variables on deploy, so let's make use of such opportunity: https://cloud.google.com/functions/docs/env-var#updating_build_environment_variables. `buildEnvironmentVariables` property is from REST API documentation https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions --- Now we have a...

I have an environment variable value with leading zeroes ex: 0000123456789 When I try to deploy with value in quotes I get this Error: Deployment failed: CONDITION_NOT_MET error: instance type...

Versions: This plugin: 4.0.0 ``` Operating System: darwin Node Version: 14.16.1 Framework Version: 2.39.1 (local) Plugin Version: 4.5.3 SDK Version: 4.2.2 Components Version: 3.9.1 ``` # Problem no.1 When `package.artifact`...

I'm deploying two functions from my CI/CD pipeline One in AWS, one in GCP Both of them are pulling repos from our private Gitlab besides all the other public dependencies...

bug

I'm using the [default Node.js template](https://serverless.com/framework/docs/providers/google/guide/quick-start/). Running invoke works perfectly fine on the deployed application, but running `sls invoke local -f first` doesn't do anything or print anything to the...

enhancement

Based on [https://github.com/serverless/serverless-google-cloudfunctions/pull/164](https://github.com/serverless/serverless-google-cloudfunctions/pull/164) Fixed linting; still need to resolve merge conflicts Fixes [#89](https://github.com/serverless/serverless-google-cloudfunctions/issues/89)

I can't find the answer anywhere in the documentation. Feel free to point it to me. ```sh $> serverless ``` ``` Your Environment Information --------------------------- Operating System: darwin Node Version:...

question

## Error: Deployment failed: RESOURCE_ERROR ![image](https://user-images.githubusercontent.com/69951/85587811-570d5180-b5ff-11ea-8f8a-05beae4e0b67.png) ## serverless.yml ![image](https://user-images.githubusercontent.com/69951/85587898-6b514e80-b5ff-11ea-8043-a820bc2d1fb3.png) ## index.js ![image](https://user-images.githubusercontent.com/69951/85587969-7d32f180-b5ff-11ea-89b2-38326357bb67.png) ``` service: josoroma-gcloud-stack # Don't use the word "google" in here provider: name: google runtime: nodejs12 stage: dev...

help wanted
question