Jonee Ryan Ty
Jonee Ryan Ty
### 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...
## 🐛 Bug description The page https://www.serverless.com/plugins/serverless-rust is still showing "rustup target add x86_unknown-linux-musl" whereas in the readme.md here in github it shows correctly as "rustup target add x86_64-unknown-linux-musl" ####...
When transport tlsclientconfig InsecureSkipVerify is true it should skip checking certificates. I had a use case where most of the time we have to check for certificate validity but other...