Build a Serverless Golang Function with OpenFaaS

252

In this post I want to show you how to build a Serverless function in Go with our new Golang template created with love by the OpenFaaS community.

OpenFaaS is the only Serverless framework which puts containers in the spotlight and allows any code or binary for Linux or Windows to become a serverless function.

Pre-reqs

  • Go 1.8.3 or later
  • OpenFaaS

This guide assumes you have already deployed OpenFaaS on your laptop or the cloud.

Read more at Alex Ellis blog