In this chapter, we are going to learn about Google Cloud Functions in depth, along with configuration options for Google Cloud Functions. We learned about how to create serverless apps in AWS and the Microsoft Azure environment. We also learned about how to test and deploy serverless apps to AWS and the Microsoft Azure environment. In previous chapters, we also looked at invoking AWS Lambda and Azure Functions using HTTP triggers; we will also do the same for Google Cloud so that you can learn how it works in a Google Cloud environment versus an AWS environment versus a Microsoft Azure environment. In the coming chapters, we will be focusing on Google Cloud Functions and we will recreate the same serverless apps that we created and deployed to the AWS and Microsoft Azure environments for the Google Cloud environment as well.
We will...