Book Image

Serverless Design Patterns and Best Practices [Video]

By : Bianchi Luca
Book Image

Serverless Design Patterns and Best Practices [Video]

By: Bianchi Luca

Overview of this book

This course describes reusable serverless patterns for event-driven data processing, web applications, mobile and IoT applications, application ecosystems, and event workflows. You will learn about the various patterns such as the command pattern, messaging pattern, priority queue pattern, and fan-out pattern, and gain insights into when to use which one. Patterns related to authentication, automation, data management, and error handling will also be covered. We also delve into DevOps concepts and take you through CI and CD. Finally you'll master patterns involved in testing, securing, and scaling your cloud-native applications The codes of this course are placed on GitHub: https://github.com/PacktPublishing/-Serverless-Design-Patterns-and-Best-Practices
Table of Contents (9 chapters)
Chapter 5
Architectural Patterns
Content Locked
Section 2
Message Bus
Learn how a Message Bus pattern can be implemented in a way. - Understand messaging flavors - Understand architecture diagram - Understand the benefits of proposed architecture