fractal-faas-serverless-stack
FaaS gateway, three serverless functions, document DB, cache, blobs.
Documentation
View infrastructure documentation
Serverless FaaS Stack
What is it?
An architecture built on functions that run only when triggered, with no underlying cluster.
The Problem it Solves
Sporadic workloads don't justify a cluster running around the clock.
How the Architecture Works
- API Gateway — routes each request to the function that handles it.
- Functions — independent, triggered on demand.
- Persistence layer — each function connects to its own dedicated store.