serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
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...
We could get rid of the `sinon` dependency and use `jest` mocks instead.
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)
# 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...
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...`...
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...
# 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?...
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...