Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Software Architecture Patterns for Serverless Systems
Software Architecture Patterns for Serverless Systems

Software Architecture Patterns for Serverless Systems: Architecting for innovation with events, autonomous services, and micro frontends

eBook
£36.99
Paperback
£45.99
Subscription
Free Trial
Renews at £9.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Learn best practices for designing enterprise-grade software systems from a seasoned CTO
  • Deeper your understanding of system reliability, maintainability, and scalability
  • Elevate your skills to a professional level by learning the most effective software design patterns and architectural concepts

Description

As businesses are undergoing a digital transformation to keep up with competition, it is now more important than ever for IT professionals to design systems to keep up with the rate of change while maintaining stability. This book takes you through the architectural patterns that power enterprise-grade software systems and the key architectural elements that enable change (such as events, autonomous services, and micro frontends), along with showing you how to implement and operate anti-fragile systems. First, you’ll divide up a system and define boundaries so that your teams can work autonomously and accelerate innovation. You’ll cover low-level event and data patterns that support the entire architecture, while getting up and running with the different autonomous service design patterns. Next, the book will focus on best practices for security, reliability, testability, observability, and performance. You’ll combine all that you've learned and build upon that foundation, exploring the methodologies of continuous experimentation, deployment, and delivery before delving into some final thoughts on how to start making progress. By the end of this book, you'll be able to architect your own event-driven, serverless systems that are ready to adapt and change so that you can deliver value at the pace needed by your business.

Who is this book for?

This book is for software architects who want to learn more about different software design patterns and best practices. This isn’t a beginner’s manual – you’ll need an intermediate level of programming proficiency and software design to get started. You’ll get the most out of this software design book if you already know the basics of the cloud, but it isn’t a prerequisite.

What you will learn

  • Explore architectural patterns to create anti-fragile systems that thrive with change
  • Focus on DevOps practices that empower self-sufficient, full-stack teams
  • Build enterprise-scale serverless systems
  • Apply microservices principles to the frontend
  • Discover how SOLID principles apply to software and database architecture
  • Create event stream processors that power the event sourcing and CQRS pattern
  • Deploy a multi-regional system, including regional health checks, latency-based routing, and replication
  • Explore the Strangler pattern for migrating legacy systems

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 30, 2021
Length: 436 pages
Edition : 1st
Language : English
ISBN-13 : 9781800200739
Category :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jul 30, 2021
Length: 436 pages
Edition : 1st
Language : English
ISBN-13 : 9781800200739
Category :

Packt Subscriptions

See our plans and pricing
Modal Close icon
£9.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
£99.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just £5 each
Feature tick icon Exclusive print discounts
£139.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just £5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total £ 117.97
Modern DevOps Practices
£41.99
Embracing Microservices Design
£29.99
Software Architecture Patterns for Serverless Systems
£45.99
Total £ 117.97 Stars icon
Visually different images

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(11 Ratings)
5 star 63.6%
4 star 0%
3 star 18.2%
2 star 9.1%
1 star 9.1%
Filter icon Filter
Top Reviews

Filter reviews by




Sunster Jul 30, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
In his book, Software Architecture Patterns for Serverless Systems, John Gilbert provides excellent patterns which designers can apply across Frontends, Backends, Infrastructure, as well as within inter-team communications. For Chapter 1, there is an overview of Software Lifecycle Development (SDLC) and how business value can be delivered through software. Gilbert describes how, in fluid environments of changing requirements, the cloud and lean methodologies allow for better reaction times. In addition, Infrastructure and application architectures, when prescribed for innovation, can enable change in design and delivery more efficiently. This can be evidenced with Infrastructure-as-code (IAC), smaller deployment releases, and continuous QA testing efforts. Chapter 2 describes how software components can be disciplined into defined boundaries, allowing modules to be more focused in scope and function. This principle, combined with extensibility and subtype replaceability, allows systems to evolve more easily over time. The ultimate goal, as Gilbert explains, is to allow independent changes to modules without breaking the application. Chapter 3 discusses patterns specific to the Frontend which can help teams to make modular, anonymous changes for evolving business needs. Central to these patterns is the concept of decomposing frontend components into "micro-apps", each with distinct functions, making deployments easier with more independent modules. Gilbert describes products which can support this concept including Jamstack and others. Chapter 4 delves into the world of asynchronous, inter-service communication patterns among loosely coupled systems and how to use such patterns to ensure data consistency across components. Gilbert describes how each component can act as an "event hub" which polices upstream and downstream consumers and producers. Complimentary to the event hub are the event lake and event sourcing patterns, which help to support the Command, Publish, Consume, Query (CPCQ) flow. Code snippets are intertwined with each pattern to provide a technical view of these patterns as well. To combat the problem of growing data, Gilbert explains, in Chapter 5, how the automous service functions can fit into one of the Data life cycle phases. By identifying the appropriate phase, services can help to address duplicity and demand for data across the entire system. The chapter helps to address caching issues as well. He also describes different approaches for sharding data to support more concurrent requests. Gilbert builds up to an entire chapter, Chapter 6, on Backend for Frontend (BFF) pattern, integral to creating Frontend boundary services for user activity. He describes the who is responsible for implementing the BFF pattern and how this pattern assists in removing inter-service dependencies by acting independent from other resources. Using CORS, the Frontend can access the Backend via the API Gateway and subsequent listener functions. On the topic of security, Gilbert outlines several steps to be taken in making BFF more secure against DDoS and Authorization attacks, to name a few. Taking to the macro-level, Gilbert explains, in Chapter 7, an anti-corruption layer for protecting egress and ingress traffic between systems to ensure protection against third-parties and external systems. Chapter 8 explores control services for mediating between boundary services. There is a background explanation of the differences between orchestration and choreography, assisting the reader to better understand how control services work in this space. In order to roll all of these patterns together, Gilbert describes changing testing practices from a one-time effort into a continuous process of discovery in Chapter 9. This process seeks to discover the right solution through feedback loops, KPIs, and MTTR, as opposed to testing that the right solution is build. In culmination, Chapter 10 describes how to begin the entire process of micro-app frontends, autonomous services, and other patterns introduced throughout the book. If you are an application architect, AWS designer, or need patterns to follow for Frontends or Backends, this book is an excellent resource which also includes code snippets to show possible implementation ideas to follow.
Amazon Verified review Amazon
Tiny Sep 22, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
John Gilbert takes see, learn, and do, to another level with this work. From conceptual understand to building the configuration code, this work covers it all. If you are looking for an advanced work to transition systems to a serverless architecture, this is the book for you.The first couple chapters cover the conceptual understanding, building on his background as a CTO with 30+ years of experience to explain why you should move to serverless, and the logical underpinning to that approach. The next section continues the same approach with building out basic serverless setups but adds the underpinning configuration supporting with Node.js, cloud examples, and numerous GitHub templates. Finally, the work delves into all the problems with implementing your system, fixing problems and continuing improvement. Each section has carefully labelled elements to find what you needFrom a DevOps perspective, Chapter 9 is exceptional. John works through how to get to zero-downtime with sequential deployments, planning your approach with the team, learning through experimentation, and managing your backlog. Chapter 10 follows this with a dissected approach to experimentation, highlighting how certain experiments can accelerate your transition by identifying critical points in the transition. The insight on source of record versus source of truth, as well as the need for polyglot programming is indispensable.If I had one gripe, it would be the book references back and forth across the text frequently. While this can be good in small amounts, it seems like every page was a mention to you will see this in Chapter X, or refer back to Chapter X for that discussion. The conceptual writing makes a lot of these areas extraneous, and probably could have been left out.Overall, a great work, designed for experienced folks who are looking for detailed knowledge on constructing a serverless architecture.
Amazon Verified review Amazon
POE Sep 07, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is a timely and informative book written for new and experienced system architects. With the every-growing cloud services landscape, the concept of serverless systems has never been more important than it is today. The book assumes the reader has some familiarity with systems architecture and cloud servicers and does not waste time with background or filler content.The author details architectural patterns and focuses on the key elements of events, autonomous services, and micro-frontends. He also provides sufficient coverage of Robert C. Martin’s SOLID principles (Single-responsibility, open-closed, Liskov substitution, interface segregation, and dependency inversion).One of the most important sections is “Designing for Failure.” This section, albeit short, is one of the books real gems. This practical line of thinking is pervasive throughout the book and helps systems architects critically evaluate their design decisions.If you are a current system architect, or looking to get started in that field, this book makes a good companion to cloud and server knowledge.
Amazon Verified review Amazon
janders Jul 18, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I read this book once. Learned a ton. Re-read it again and realized all the things I missed the first go-around. I miss having physical technology books around. This one was definitely worth buying a physical copy of. I particularly enjoyed learning patterns around change data capture mechanisms and how to leverage them in event-based architectures.
Amazon Verified review Amazon
Jeffrey Chilberto Aug 01, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
John Gilbert's intention for authoring this book was to show a cloud native, serverless-first architecture that is both enterprise grade and that enables solutions to adapt and change to change. This flexibility and ability to drive down lead time has been a goal of the software industry for many years.This book combines existing strategies and patterns to provide an event-first and highly scalable architecture that supports building autonomous subsystems. SOLID principles and patterns like CQRS are cornerstones to the architecture laid out in the book. In other words, this book is the culmination of many concepts and approaches that the industry has been embracing recently to good effect (e.g., microservices).Though all practical examples and code are using AWS services, I would not say the architecture is specific to AWS as the approach could be adapted to Azure, Google Cloud, and other cloud providers. But, AWS users will get the most benefit as they will have both theoretical and practical guidance.This book has an important place on my bookshop as it provides insight only gained from experience. Few books take architecture to this level of detail as John Gilbert has in this book. And even for architects not faced with a greenfields projects and/or are battling with breaking apart existing monoliths, this book offers many useful strategies and patterns.One of the most compelling reasons for my recommendation is the clear, honest narrative that John Gilbert uses throughout the chapters. This book contains many well explained, but not patronizing discussions of advanced challenges architects and designers face when building highly scalable solutions that adapt to change well.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.