Case Study
Serverless Architecture and Best Practices.
Table of contents Preface 5 Chapter 1 What is serverless? 7 Evolution of application architectures 8 Value of going serverless 12 Common serverless architectures 15 Serverless technology selection 27 Chapter 2 Function Compute 35 Overview 36 How Function Compute works 40 Integrate Function Compute with other cloud services to provide end-to-end solutions 45 Development and configurations in Function Compute 49 Function debugging and deployment 56 Automated CI/CD and secure canary release 62 Observability of Function Compute 64 Typical case 1: Migrate existing web applications with a few clicks 68 Typical case 2: Best practices of Function Compute in audio and video scenarios 71 Typical case 3: Build an elastic and scalable web API within 10 minutes 80 Chapter 3 ASK