Previously, in Chapter 11, Building a PDF Conversion Service, we learned how to create a PDF service using Cloud Run. In this final chapter, we will turn the complexity up a gear in order to build a more complex example based on the Pet Theory case study. The requirement is to implement a serverless solution on Google Cloud using multiple services.
Through this chapter, your knowledge of serverless workloads and the experience required for real-world enterprise products will be challenged. By the end of it, a real-world application will be created that demonstrates the key aspects of serverless workloads on the Google Cloud.
Over the course of this chapter, we will discuss the following topics:
- An overview of the Pet Theory case study
- Designing a lab report solution
- Developing the lab solution
- Email SMS communication
- The continuous integration...