reading-notes

Serverless Computing

What is it?

Serverless computing is a model of cloud computing that allows developers to build and run applications without the need to manage the underlying infrastructure. Instead of deploying and managing servers, developers can focus on writing code for specific functions, and the cloud provider takes care of running and scaling the application.

With serverless computing, developers only pay for the exact amount of computing resources that their application uses, which can lead to cost savings and increased agility. Serverless computing is particularly well-suited for event-driven and microservices architectures.

Pros

Cons or challenges to adopting serverless architectures

Things I want to know more about

References

What is serverless computing?

Serverless computing interactive tool