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?
1–9 of 9 posts
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?
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:
Simplicity comes at a price.
[1] https://www.netlify.com/products/functions/
[2] https://zeit.co/docs/v2/serverless-functions/introduction
https://serverless.com/ is a layer of abstraction on top of the big providers
I’m an awful programmer and even I found serverless stack to be surprisingly easy to follow and understand.
Cloud Run? Pretty simple. Just a Dockerfile and you are good to go.