cloud-functions-go icon indicating copy to clipboard operation
cloud-functions-go copied to clipboard

Unofficial Native Go Runtime for Google Cloud Functions

Results 12 cloud-functions-go issues
Sort by recently updated
recently updated
newest added

Getting this plain text response every 30 or so requests: ``` Error: could not handle the request ``` Checking the server logs I found this: ``` severity: "ERROR" textPayload: "Error:...

We use this module for Cloud Functions: https://github.com/GoogleCloudPlatform/functions-framework-go This repo looks old and should be deprecated. I found it out by accident. @juliehockett do you have context for this repo?

Some NPm enchancements

I am trying to deploy my go/http project as a function with a command like ``` gcloud functions deploy table-viewer --verbosity=debug --entry-point LambdaX --runtime go111 --trigger-http --set-env-vars AUTH_LOGIN=login,... ``` .gcloudignore...

I have just started using Cloud function - go to create a new application. On my first deployment, It took more than 10 minutes and at the end showed me...

https://cloud.google.com/blog/products/application-development/cloud-functions-go-1-11-is-now-a-supported-language

I've had two different issues with deployment I've since worked around. Leaving this here for documentation, maybe it'll help others.

Fixes #43, making this compatible with the Node 8 Beta runtime

Is there a way we can connect this library to a web server like (https://github.com/zenazn/goji)?

Hi! I'm trying to deploy a Go Cloud Function, with PubSub trigger, but I'm always hitting this error: ``` { insertId: "000000-0e31e000-5a9c-41f7-b40e-5af2eba5cdab" labels: { execution_id: "" } logName: "projects/infrasnukture/logs/cloudfunctions.googleapis.com%2Fcloud-functions" receiveTimestamp:...