In the previous chapters, I discussed microservices and event-driven concepts and their architecture and use cases. In this chapter, I will explain serverless and function as a service (FaaS) and show how they are useful for your enterprises, and I will present some relevant use cases.
Serverless architecture allows the rapid development of cloud native applications that can handle various levels of traffic. The term serverless refers to the fact that the cloud provider provides a service without ...