Apache OpenWhisk Runtime for Go (and Generic executables)

Build Status License Join Slack

This is an OpenWhisk runtime for Golang and 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
  • Writing Generic actions, in bash or as a generic linux binary
  • Deployment for Generic actions
  • The ActionLoop protocol for generic actions
  • How to use VSCode to write Golang actions
  • How to Build the runtime, with development notes