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 3
Writing Microservices
Content Locked
Section 2
Lambda Event Invocation
Learn how a Lambda function can be invoked and how to avoid cold start. - Learn about Lambda synchronous and asynchronous invocation - Understand the structure of an API Gateway Proxy Event - Learn how to reduce Lambda cold start