October 2019
Intermediate to advanced
520 pages
13h 5m
English
Cloud Functions allow you to set environmental variables that are available during the runtime of the function. The variables are stored in the function's backend and follow the same life cycle as the function itself. The variables are set using the --set-env-vars flag, for example:
gcloud functions deploy env_vars --runtime python37 --set-env-vars FOO=bar --trigger-http
Read now
Unlock full access