Going Serverless with OpenFaaS and Golang — The Ultimate Setup and Workflow

Martin Heinz
Towards Data Science
5 min readNov 16, 2019

--

Note: This was originally posted at martinheinz.dev

Serverless applications have been cool and hype for a while now and some interesting and useful platforms/tools/frameworks are emerging now. One of them is OpenFaaS which is open source Function as a Service tool for developing cloud-native serverless applications.

In this blog post, I want to show you how to setup (IMHO) the ideal project and workflow for developing OpenFaaS functions, as well as creating your first function…

--

--