Cloud Functions overview
Written by
Updated at December 11, 2024
Cloud Functions lets you run your code in a serviceable environment as a function. The service allocates the resources required for the function the be executed. When you increase the number of function calls, the service automatically scales and creates additional instances of your function.
A function runs in the language-specific runtime environment. Such runtime environments are available for Node.js, Python, Go, PHP, Bash, Java, Kotlin, R, and .NET Core
Before writing your functions, review the programming model accepted in Cloud Functions.