Ask HN: Serverless Functions Without the AWS/Azure/GOOG Complexity?
Is there a serverless offering that’s focused on simplicity?
The mind numbing complexity of serverless from the big vendors isn’t worth the effort for building simple database driven websites.
Anyone know of anything?
8 comments
[ 2.9 ms ] story [ 33.9 ms ] threadI’m an awful programmer and even I found serverless stack to be surprisingly easy to follow and understand.
I even called them "Stateful Serverless" in a recent article:
https://dev.to/eyberg/stateful-serverless-with-unikernels-4m...
A few cool things versus something like lambda are that they are very much cloud agnostic and they are stateful by default (although very easy to run them as transient workloads as well).
If you want to check it out - open source/free at:
https://ops.city
Simplicity comes at a price.
[1] https://www.netlify.com/products/functions/
[2] https://zeit.co/docs/v2/serverless-functions/introduction