Summary
This chapter was about design in general and serverless design in particular. We started off with OOP design patterns as that serves as the foundation of designs for developers. We briefly covered architectural and integration patterns to complete that foundation. Then we described the relevance of the Well-Architected Framework and how it helps in cloud architecture design. Finally, we covered a number of serverless architectural patterns that are used to solve common business problems in the cloud.
This concludes our chapter, and as the last chapter of Part 3, it is also where we conclude this book. In this book, we have covered a lot of ground around the serverless theme. The first part laid the groundwork by discussing the foundations of cloud computing, the general design principles of various serverless cloud services, and their relevance. In Part 2, we covered serverless technologies from various vendors, and how to configure and run them. We wound up each chapter...