Function as a Service
FaaS, often called serverless computing, lets developers run individual functions of code that execute in response to events. There are no servers to manage and you pay only for the milliseconds your code actually runs. It changes the security picture because there is no long-lived host to patch, but code, permissions, and dependencies still need protection.