Video description
The last two decades have seen evolutions of software architecture—from on-premises to cloud hosted to mass-scaled microservices. While cloud native applications look very different than something we may have built before some of these techniques were well known, at their heart are still long-running, custom-built server applications that orchestrate the flow of requests, data, and logic.
Serverless changes all of this. We no longer build always-on server applications; we rely on events as the agents of flow rather than requests, and the server-side software that we do write may be a small aspect of our system rather than the central hub. Fundamentally, serverless is about choreography of multiple services from multiple teams and vendors—in extreme situations—none of which we have written ourselves.
Mike Roberts (Symphonia) introduces some of the patterns, or “common solutions to recurring problems,” that we are starting to see in the serverless community. Patterns are not necessarily best practices—they are techniques that have worked for many people, but always given certain contextual constraints. Perhaps even more importantly, however, Mike describes how you, your teams, and your organizations can start harvesting your own patterns, while the bigger industry learns more about this exciting new frontier.
This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
Product information
- Title: Serverless architecture patterns: The awkward early years
- Author(s):
- Release date: December 2019
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 0636920337577
You might also like
video
Implementing Serverless Microservices Architecture Patterns
Building a microservices platform using virtual machines or containers, involves a lot of initial and ongoing …
book
Design Patterns for Cloud Native Applications
With the immense cost savings and scalability the cloud provides, the rationale for building cloud native …
video
Software Architecture Superstream Series: Domain-Driven Design and Event-Driven Architecture
Domain-driven design and event-driven architecture are inherently flexible and scalable, allowing organizations to build systems based …
video
Software Architecture Superstream: Software Architecture Patterns
Just as developers use design patterns in software development, architects use architecture patterns to define the …