Function
Icon_24px_Functions_Color
Google Cloud

GCP Function

Implements Function.

PaaS

Cloud Functions is Google Cloud's serverless, event-driven compute service for running single-purpose functions without provisioning servers. Functions respond to HTTP requests or events from Google Cloud services and scale automatically to match load. Built on the same platform as Cloud Run, it offers a lightweight way to glue services together and react to events across Google Cloud.

Capabilities

  • Run code in response to events or HTTP requests
  • Scale to zero when idle
  • Per-invocation billing
  • Native integration with queues and event buses

Primitive

FunctionThis component is an implementation of Function. Visit the primitive to learn more about what purpose it serves.

Related services · Google Cloud

Icon_24px_ComputeEngine_Color
GCP Compute
Icon_24px_Pub-Sub_Color
GCP Pub/Sub

Alternatives

Icon-Architecture/64/Arch_AWS-Lambda_64
AWS Lamda
Icon-compute-29
AZ Functions