Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Golang runtime (not binary) for Openwhisk #201

Open
jonee opened this issue Jan 9, 2021 · 1 comment
Open

Golang runtime (not binary) for Openwhisk #201

jonee opened this issue Jan 9, 2021 · 1 comment

Comments

@jonee
Copy link

jonee commented Jan 9, 2021

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

@pgrzesik pgrzesik transferred this issue from serverless/serverless Jan 10, 2021
@pgrzesik
Copy link

Hello @jonee, thanks for reporting. I've transfered the issue to corresponding openwhisk repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants