Software Engineering Daily

Software Engineering Daily


Cloudburst: Stateful Functions-as-a-Service with Vikram Sreekanti

April 23, 2020

Serverless computing is a way of designing applications that do not directly address or deploy application code to servers. Serverless applications are composed of stateless functions-as-a-service and stateful data storage systems such as Redis or DynamoDB.  Serverless applications allow for scaling up and down the entire architecture, because each component is naturally scalable. And this