Your first serverless app (using the Google Cloud Console)
In this section, we will learn about creating a Google Cloud Function through the Google Cloud Console. We will explore some of the settings that are associated with Google Cloud Functions. We will also learn about creating two types of Google Cloud Functions, HTTP and Background, through the Google Cloud Console. We will learn about how to test Google Functions through the Console. We will also learn how to look at logs for the Google Cloud Functions.
Let's look at accessing the Google Cloud Function Console.
You can navigate to the Google Cloud Function Console by performing the following steps:
- Open the Navigation menu in the Google Cloud Console.
- Select
Cloud Functions
underCompute
within the Navigation Menu. - If you are accessing Google Cloud Functions for the first time, then the Google Cloud Console will prompt you to enable Google Cloud Functions API.
- The home page of the Google Cloud Functions Console will show the list of Google...