serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://cloud.google.com/functions/docs/writing/http Security levels The security level feature controls whether an HTTP function's URL supports HTTPS only, or both HTTP and HTTPS. Support for both HTTP and HTTPS is the default....
I needed this feature and I figured I'd do it. Also I saw that #236 was opened some time ago, hopefully that helps.
I think we should improve error logging, I spend hours looking at these errors below and its completely useless. Debug/verbose mode shows no useful information. Finally I look at deployment...
### What I’m trying to do: - Configure a VPC connector, serverless vpc access, firewall rules, and any other necessary infrastructure, so that I can call an http function from...
Resolves #242 ```json functions: score: handler: score vpc: "projects/${self:provider.project}/locations/${self:provider.region}/connectors/my-vpc-name" egress: ALL_TRAFFIC ingress: ALLOW_ALL events: - http: score ```
It appears Serverless is using the legacy Google Cloud Functions event triggers. For example, in this GCP documentation page https://cloud.google.com/functions/docs/calling/pubsub#functions-deploy-command-node8, it states providers/cloud.pubsub/eventTypes/topic.publish is a legacy trigger and they use...
When I deploy my functions, it creates a deployment bucket to us location despite I configured a region in my config : ```yaml service: my-service provider: name: google runtime: nodejs10...
Hi, hope this helps. I also need this function so I try to change the code style as requested and add some test for the coverage and get it works...
Within the google cloud CLI, we are able to specify `--max-instances`, but within serverless I cannot find an option to do so. Reference: https://cloud.google.com/functions/docs/max-instances
Im using Serverless to deploy some cloud functions to GCP with this plugin, but I keep getting the following error printed to the consols: `TypeError: Cannot read property '4' of...