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 6
Managing Dependencies
Content Locked
Section 3
Chain of Responsibility
Understand the CoR pattern and possible implementations. - Learn what Chain of Responsibility is and when it can be applied - Understand an implementation using StepFunctions - Understand an implementation using SQS