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

sls deploy was throwing a configuration error when dashes are used in keys. ``` $ serverless deploy Running "serverless" from node_modules Warning: Invalid configuration encountered at 'provider.labels': unrecognized property 'created-by'...

How to config the serverless.yaml to deploy second gen functions?

### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description Right now we can't deploy GCP...

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

Add support for Serverless V3 logging (per #279 )

Hey, we're currently trying to attach onto our Cloud Functions our Memorystore. Therefor we need a VPC-Connector. In the plain gcloud CLI this would look something like this: `gcloud functions...

When deploying GCP cloud functions, serverless framework always uses the default AppEngine service account. If I delete that default account and deploy, then I get this error message: ```json {...

question

We're working on the [v3 beta version right now](https://www.serverless.com/blog/serverless-framework-v3-beta). The v3 will include a redesigned CLI output: Everyone can try the v3 beta with: `npm i serverless@pre-3` To help plugins...

# Bug Report ## Description 1. What did you do? I've deployed a very simple function to GCP that logs upon topic publish. When publishing a topic I'm able to...