|
|
|
|
|
by alexboehm
420 days ago
|
|
A more descriptive word would been self-hostable function as a service, that's why faas is in the name! The point of serverless is you don't have to think about hosting, and ideally it's cheaper. The problem is if the hosting provider goes away you're screwed.
In the case of Faasta, it's a single static binary with minimal configuration so if that happens, you can host it your self or move to another provider. |
|