Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Serverless Properties with Johann Schleier-Smith
Description: Serverless computing refers to an architectural pattern where server-side code is run on-demand by cloud providers, who also handle server resource allocation and operations. Of course, there is a server involved on the providerβs side, but administrative functions to manage that server such as capacity planning, configuration, or management of containers are handled behind-the-scenes, allowing the application developers to focus on business logic. This makes for highly elastic and scalable systems and can reduce development, testing, and iteration time due to reduced overhead.Function as a Service (FaaS) describes a model of serverless computing where services ar...