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

Attempting to deploy after following the quickstart: ``` Error: Invalid Credentials at createError (/Users/jmoore/Develop/serverless-messaging/node_modules/axios/lib/core/createError.js:16:15) at settle (/Users/jmoore/Develop/serverless-messaging/node_modules/axios/lib/core/settle.js:18:12) at Unzip.handleStreamEnd (/Users/jmoore/Develop/serverless-messaging/node_modules/axios/lib/adapters/http.js:201:11) at emitNone (events.js:111:20) at Unzip.emit (events.js:208:7) at endReadableNT (_stream_readable.js:1064:12) at...

bug

We could get rid of the `sinon` dependency and use `jest` mocks instead.

enhancement
help wanted

This project could be prettified a little bit.

enhancement

This PR differentiates the name of the function with the name of the entry point. This allows the stage to be used correctly. This will create for the same code,...

This is in regards to this issue that google fixed recently - [Update webhook body parser](https://issuetracker.google.com/issues/36252545)

enhancement
help wanted

# This is a (Bug Report) ## Description * sls deploy failed on "Creating Deployment" when the service name was long (_WSLeadsIntakeDexi_ and _WS-LeadsIntake-Dexi_), but not when it was short...

enhancement

When I try to deploy a function called "first" (this is how it is called in the serveless.yml file), the deployment goes well but after seeing the message: `Serverless: Done...`...

bug

Right now the `handler` parameter in `serverless.yml` is quite limited since it only check for an `index.js` file in the root of the package. We should extend this so that...

enhancement

# This is a Bug Report ## Description * What went wrong? I tried to deploy and got `Error: connect ETIMEDOUT 216.58.213.138:443` * What did you expect should have happened?...

bug

Does the plugin add any internal lifecycle events (similar to the extensions, the AWS plugin does)? If yes, then it would be great if I could add them to the...

question