Go Serverless on Google Cloud – Building Solutions with Google Cloud Functions
We are almost there! In this chapter, we will build the last of the nine solutions we’ll build in this book. We are about to close the door on Google Cloud—but only after we take the final step of transitioning our application to serverless architecture as we did on AWS and Azure. In the previous two chapters, we worked hard to implement our solution on Google Cloud using virtual machines and then containers.
We’ve taken time to make some comparisons between how things work across all three cloud platforms to help us understand the subtle and sometimes not-so-subtle differences between them.
We’ve noticed that while our Terraform code has been changing pretty consistently between cloud platforms, our application code and the operating system configuration—either in Packer or Docker—haven’t. As we take our final step with Google Cloud, we’...