October 2019
Intermediate to advanced
520 pages
13h 5m
English
Cloud Functions are executed in a fullymanaged environment. The infrastructure and software that's needed to run the function are handled for you. Each function is single-threaded and is run in an isolated environment with the intended context. You don't need to take care of any updates for that environment. They are auto-updated for you and scaled as needed.
Currently, there are a number of runtimes supported by Cloud Functions, namely the following:
When you define a function, you can also define the requirements or dependencies file in which you state which modules or libraries your function is dependent on. Remember, however, that those libraries will be loaded when your ...
Read now
Unlock full access