This year Jamstack Conf is a virtual event celebrating the next generation of web apps, where the Jamstack community and ecosystem comes together to learn, connect and create. We’ll cover the future of Jamstack for many use cases, including new innovations, demos and case studies. Register for free
Most people associate serverless with Function-as-a-Service (Faas) but functions by nature are stateless — one big outstanding question remains: how to build stateful serverless applications, especially at the edge? In this talk we will talk about the evolution of FaaS and how it has moved to the edge and what the different options are of managing state at the edge from caching, to databases, to key value stores, to durable objects. After this talk you should be able to understand which variables to take into account, given the CAP theorem (consistency, availability, partition tolerance — pick two!), when architecting your serverless applications and APIs.