Software Engineering KB

Home

❯

04 Systems and Infrastructure

❯

03 Cloud and Containers

❯

00 Category

❯

Serverless

Serverless

Feb 10, 20261 min read

  • cloud
  • serverless

Serverless

Back: Cloud and Containers

A cloud execution model where the cloud provider manages the server infrastructure, automatically scaling to zero when idle and scaling up on demand. Developers write functions that are triggered by events, paying only for actual compute time used.

Concepts

  • Functions as a Service
  • Cold Starts
  • Event-Driven Serverless
  • Serverless Limitations
  • Serverless Frameworks

cloud serverless


Graph View

  • Serverless
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Cold Starts
  • Event-Driven Serverless
  • Functions as a Service
  • Serverless Frameworks
  • Serverless Limitations
  • Cloud and Containers

Created with Quartz v4.5.2 © 2026

  • GitHub