Alex, OpenFaaS founder here. The author has done a huge amount of work here, I am surprised that it's being given away for free, and not being monetized (it should be).<p>I often hear folks complain that Kubernetes is complex, and hard to understand. We've done a lot of work to make the experience of deploying functions simple on K8s, with very little to manage. But it still costs you a K8s cluster - most of our users don't mind that, because they have one anyway.<p>But, for everyone else we created a new of openfaas called "faasd" which can run very well somewhere like DO or Hetzner for 3 EUR / mo. It doesn't include clustering, but is likely to be suitable for a lot of folks, who don't want to get deep into IAM territory.
<a href="https://github.com/openfaas/faasd" rel="nofollow">https://github.com/openfaas/faasd</a><p>The REST API for OpenFaaS has a terraform provider that works with either version - <a href="https://github.com/ewilde/terraform-provider-openfaas" rel="nofollow">https://github.com/ewilde/terraform-provider-openfaas</a><p>And there's a guide on setting up faasd with TLS on DigitalOcean, it took about 30 seconds to launch, and makes building functions much simpler than Lambda. "faas-cli up"<p><a href="https://www.openfaas.com/blog/faasd-tls-terraform/" rel="nofollow">https://www.openfaas.com/blog/faasd-tls-terraform/</a><p>If I were going to use Lambda, the author's examples are probably what I would turn to, but there are other ways and it needn't be this complex.