Back to Developer Roadmap

Serverless Computing

src/data/roadmaps/cyber-security/content/[email protected]

4.0709 B
Original Source

Serverless Computing

Serverless computing is a cloud execution model where the cloud provider dynamically manages the allocation of machine resources. Instead of provisioning and managing servers, developers write and deploy code that is executed in response to specific events, like HTTP requests or database updates. The cloud provider then automatically scales the resources needed to run the code, and users are charged only for the actual compute time consumed.

Visit the following resources to learn more: