Back to Tags
FAAS
5 items tagged with "faas"
Filter by type:
Glossaries2
Glossary
Function as a Service (FaaS)
Function as a service is a serverless model in which developers deploy individual functions that the cloud provider runs and scales automatically in response to events.
Glossary
Cold Start
A cold start is the added latency incurred when a serverless function or container must initialize a fresh execution environment before handling a request, rather than reusing a warm, already-running one.