January 2019
Intermediate to advanced
490 pages
15h 37m
English
We can create a simple Google Cloud function from command line following these steps:
gcloud projects create 'heartin-gcp-project-id' --name='My First GCP Project'
You should see a response similar to as follows:

gcloud config set project 'heartin-gcp-project-id'
You should see a response similar to the following:

gcloud services enable cloudfunctions.googleapis.com ...
Read now
Unlock full access