HACKER Q&A
📣 mattrighetti

Self-Hosted Serverless Solution?


I'm currently using AWS Lambda as a serverless solution for some of my IoT devices and I wanted to move all those functions on a server in my LAN.

Which is the best solution for this?


  👤 f0e4c2f7 Accepted Answer ✓
You can run kubeless on top of a self hosted Kubernetes cluster:

https://kubeless.io/

Edit: googling it looks like kubeless is actually no longer under active development.

There is also https://github.com/openfaas/faas


👤 369548684892826
I don't think anyone can answer this without knowing how you're currently calling your lambda functions, and which trigger types you're using.

👤 tossaway9000
> a serverless solution

> I wanted to move all those functions on a server in my LAN.

Not so "serverless" after all eh?