Summary
In this chapter, we talked about Cloud Functions and several use cases where it works perfectly. We talked about two types of functions, namely HTTP and background functions, and also understood that functions can be executed via a particular event or an HTTP request. Finally, we looked at how a function can be deployed both with the Google Cloud Console and with the gcloud
command. For the exam, it is important to understand the use cases of Cloud Functions and when using them could be to our advantage.
With this chapter, we have concluded with the Google Compute options. In the next chapter, we will have a look at networking.