# AWS Lambda vs Google Cloud Functions

**Leader by Vioscale score:** AWS Lambda

| Attribute | AWS Lambda | Google Cloud Functions |
|---|---|---|
| **Vioscale score** | 66.5 (73% (medium)) | 43.6 (49% (low)) |
| deployment.options | `{"cloud":true}` | `{"cloud":true,"hybrid":true,"on_prem":true,"self_hosted":true}` |
| description.long | A serverless compute service that automatically scales in response to demand and reduces to zero during idle periods. Execute code triggered by events from AWS services and external applications with built-in security, monitoring, and support for multiple programming languages. | A platform for running small code snippets that respond to events, automatically scaling from zero to handle demand without requiring manual infrastructure provisioning or management. Charges only for actual execution time. |
| features.capabilities | `{"hosting":"cloud","triggers":"220+ AWS services including S3, DynamoDB, Kinesis, SQS, API calls, event streams","languages":"Python, Node.js, Java, C#, Go, Ruby, custom runtimes","cold_start":"provisioned","cli_and_iac":true,"http_trigger":true,"durable_state":true,"scale_to_zero":true,"custom_runtime":true,"observability_builtin":true}` | `{"hosting":"both","triggers":"Event-driven (Google Cloud products and third-party services)","scale_to_zero":true,"custom_runtime":true}` |
| integrations.count | 220 | 2 |
| integrations.list | `[{"name":"AWS S3"},{"name":"AWS DynamoDB"},{"name":"AWS Kinesis"},{"name":"AWS SQS"},{"name":"AWS EventBridge"},{"name":"Amazon MSK"},{"name":"AWS CloudWatch"},{"name":"AWS X-Ray"}]` | `[{"name":"Google Cloud products"},{"name":"third-party services"}]` |
| market.availability | `{"hqCountry":"US","primaryMarkets":[],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` | `{"primaryMarkets":["US"],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` |
| platform.support | `{"cli":true,"web":true}` | `{"cli":true,"web":true}` |
| pricing | `{"type":"usage","summary":"Pay-per-use billing with free tier included.","currency":"USD","freeTier":true,"sourceUrl":"https://aws.amazon.com/ec2/pricing/?nc2=h_pr_ec2","retrievedAt":"2026-08-14T16:36:41.740Z","billingPeriods":["month"]}` | `{"type":"usage","plans":[{"free":true,"name":"Pay-as-you-go","features":["Pay only for execution time","No charges when idle","Automatic scaling"],"description":"All customers get two million requests and more free per month. New customers also get $300 in free credits. Billed for function execution time, metered to the nearest 100 milliseconds.","contactSales":false,"includedLimits":{"requests":"2M+/mo","execution_billing":"per 100ms"}}],"summary":"Usage-based pricing. Free tier: 2M+ requests/month. $300 free credits for new customers.","currency":"USD","freeTier":true,"sourceUrl":"https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Channel.V1/2.9.0/Google.Cloud.Channel.V1.RepricingAdjustment.AdjustmentOneofCase","retrievedAt":"2026-08-13T09:42:04.842Z","billingPeriods":["month"]}` |
| pricing.free_tier | yes | yes |
| pricing.model | freemium | freemium |
| pricing.price_level | low | low |
| pricing.transparent | no | no |
| reliability.status_page | yes | yes |
| security.disclosure_policy | yes | - |
| security.fedramp | yes | - |
| security.gdpr | yes | yes |
| security.hipaa | yes | - |
| security.iso27001 | yes | - |
| security.pci | yes | - |
| security.soc2 | yes | - |

## Capabilities (Serverless & Edge Platforms)

| Capability | AWS Lambda | Google Cloud Functions |
|---|:--:|:--:|
| **Core** |  |  |
| Execution substrate | - | - |
| Language / runtime breadth | Python, Node.js, Java, C#, Go, Ruby, custom runtimes | - |
| **Reach** |  |  |
| Runs at global edge PoPs | - | - |
| **Scale** |  |  |
| Scale to zero | ✓ | ✓ |
| **Performance** |  |  |
| Cold-start profile | Provisioned concurrency | - |
| **Limits** |  |  |
| Max execution duration | - | - |
| **Integration** |  |  |
| Event source breadth | 220+ AWS services including S3, DynamoDB, Kinesis, SQS, API calls, event streams | Event-driven (Google Cloud products and third-party services) |
| HTTP endpoint trigger | ✓ | - |
| Cron / scheduled invocations | - | - |
| **State** |  |  |
| Durable state / workflow primitive | ✓ | - |
| **Flexibility** |  |  |
| Bring-your-own runtime / container | ✓ | ✓ |
| **Deployment** |  |  |
| Hosting | Cloud only | Cloud + self-hosted |
| **Ops** |  |  |
| Built-in logs / metrics / tracing | ✓ | - |
| **Extensibility** |  |  |
| CLI + IaC / framework support | ✓ | - |

*Source: Vioscale. Generated 2026-09-01T14:55:42.831Z. "-" = undocumented, not absent.*
