Cloud Functions

Back to Functions as a Service

Google Cloud Functions (1st gen) and Cloud Run functions (2nd gen). Supports Node.js, Python, Go, Java, .NET, Ruby, PHP. 2nd gen is built on Cloud Run, providing longer timeout (60 min), larger instances, and better concurrency. Azure Functions is Microsoft’s equivalent with similar capabilities.

cloud serverless gcp