Skip to content
Reviews onG2
81 reviews tracked

The Bottom Line

Entry price

Free plan available, paid tiers above

Biggest pro

Serverless functions

Biggest con

Cold starts

TL;DR - Google Cloud Functions

  • Google Cloud Functions is a serverless execution environment for event-driven code
  • It runs backend code in response to events without managing servers or containers
  • First 2 million invocations free, then $0.40/million requests
Pricing: Free plan available
Best for: Growing teams
4.4/5 across review platforms

What is Google Cloud Functions?

Editorial review
Google Cloud Functions runs code without servers on Google's infrastructure. HTTP triggers, Pub/Sub events, storage changes-serverless computing integrated with Google Cloud services. The runtime handles scaling. Integration with Google services is seamless. The development model is straightforward. Developers on Google Cloud use Cloud Functions for serverless computing that fits the ecosystem.

Available on: Web

Pros & Cons

Pros

  • Serverless functions
  • Good for event-driven
  • Pay per invocation
  • Easy deployment
  • Good logging

Cons

  • Cold starts
  • Execution limits
  • Less features than Lambda
  • Vendor lock-in
  • Debugging limited

Ratings Across the Web

4.4(81 reviews)

Ratings aggregated from independent review platforms. Learn more

Key Features

Serverless computeEvent-drivenHTTP functionsAuto-scalingPay-per-useGoogle Cloud

Pricing Plans

Free Trial

Free Tier

Free

  • 2 million invocations/month free
  • 400K GB-seconds/month free
  • 200K GHz-seconds/month free

Pay-as-you-go

Usage-based

  • $0.40 per million invocations
  • $0.0000025 per GB-second
  • $0.0000100 per GHz-second
  • $300 free credits for new users

Reviews

4.4/5

Across 81 verified user reviews on G2

Add your hands-on experience to help the next buyer.

Best Google Cloud Functions Alternatives

Top alternatives based on features, pricing, and user needs.

Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.

Explore More

Google Cloud Functions FAQ

Is Cloud Functions free?

Cloud Functions includes 2 million free invocations per month plus free compute time. You only pay for usage beyond the free tier.

What is Cloud Functions?

Cloud Functions is Google's serverless compute platform. You write functions that run in response to events like HTTP requests, file uploads, or database changes.

Cloud Functions vs AWS Lambda?

Both are mature serverless platforms with similar capabilities. Lambda has a larger ecosystem while Functions integrates better with GCP services. Choose based on your cloud provider.