You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Right now, in serverless you have to use the binary runtime in order to use Golang.
Native / Docker runtime in Openwhisk (which is binary in serverless) does not re use variables outside of the main function. This is usually used to reuse db connection. See apache/openwhisk#5044
The text was updated successfully, but these errors were encountered:
Use case description
Openwhisk has a Golang runtime which is better for development in Golang. See https://www.ibm.com/cloud/blog/announcements/ibm-cloud-functions-adds-native-support-for-go-1-11
Right now, in serverless you have to use the binary runtime in order to use Golang.
Native / Docker runtime in Openwhisk (which is binary in serverless) does not re use variables outside of the main function. This is usually used to reuse db connection. See apache/openwhisk#5044
The text was updated successfully, but these errors were encountered: