Chapter 12. Your First Serverless Application on Google Cloud
In this chapter, we will learn how to write serverless applications that will run on the Google Cloud Platform using Node.js. We will learn about creating Google Cloud Functions from the Google Cloud Console. We will also learn about how to deploy Google Cloud Functions from your local workstation using the gcloud
command-line interface.
In this chapter, we will learn about creating Google Cloud Functions using the following:
- The Google Cloud Console:
- We will learn how to create a Google Cloud Function
- We will learn how to create HTTP types of Google Cloud Functions
- We will learn about testing the Google Cloud Function through the Console and also using Postman
- We will learn about viewing logs for the Google Cloud Function
- Local workstation:
- We will learn how to create a Google Cloud Function on your local workstation
- We will learn how to deploy Google Cloud Functions on your local workstation to the Google Cloud Platform using the...