July 2018
Intermediate to advanced
350 pages
8h 47m
English
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 ...