[On-Demand Webinar] Fractal Sprint | NIS2 & DORA: When a Law Becomes an Architecture Constraint | Watch Now →

fractal-faas-serverless-stack
Fractal

fractal-faas-serverless-stack

FaaS gateway, three serverless functions, document DB, cache, blobs.

fractal-faas-serverless-stack infrastructure snapshot
Documentation

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

  1. API Gateway — routes each request to the function that handles it.
  2. Functions — independent, triggered on demand.
  3. Persistence layer — each function connects to its own dedicated store.