serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
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...
**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...
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...
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:...
## Error: Deployment failed: RESOURCE_ERROR  ## serverless.yml  ## index.js  ``` service: josoroma-gcloud-stack # Don't use the word "google" in here provider: name: google runtime: nodejs12 stage: dev...