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