dgrove-oss / openwhisk-runtime-go

Apache openwhisk runtime for go actions

Home Page:https://openwhisk.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache OpenWhisk Runtimes for Go

License Continuous Integration Join Slack

This repository contains both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.

  • If you are in a hurry, check the examples
  • Writing Actions for the runtime in Golang
  • How to deploy your Golang sources
  • Precompiling Golang actions
  • How to use VSCode to write Golang actions
  • How to Build the runtime, with development notes

Actionloop runtime

Using the Go runtime for Generic executables

  • Writing Generic actions, in bash or as a generic linux binary
  • Deployment for Generic actions
  • The ActionLoop protocol for generic actions
  • Environment Variables to configure the proxy

Change Log

CHANGES.md

License

Apache 2.0

About

Apache openwhisk runtime for go actions

https://openwhisk.apache.org/

License:Apache License 2.0


Languages

Language:Go 54.9%Language:Scala 18.1%Language:Python 13.2%Language:Shell 7.1%Language:Dockerfile 4.2%Language:Makefile 2.4%