You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No Python support: Cloudflare Workers, Netlify Edge Functions, StackPath EdgeEngine. IBM Cloud Functions are deprecated.
6
+
No Python support: Netlify Edge Functions, StackPath EdgeEngine. IBM Cloud Functions are deprecated.
7
7
8
8
This document provides a comparison between hosted, serverless (no cost or management to spin down to zero) providers of cloud function hosts with Python runtimes.
9
9
Note the distinction between edge providers (execution at PoP) and non-edge (typically predetermined DS region).
@@ -20,18 +20,19 @@ See also the [Serverless SQL DB Comparison](https://github.com/hbmartin/comparis
20
20
21
21
## DevEx
22
22
23
-
|| Python Version | Status | API Framework |requirements.txt| Local Testing | Docs | Hello World |
23
+
|| Python Version | Status | API Framework |Requirements| Local Testing | Docs | Hello World |
|**Alibaba Cloud Function Compute**| 3.10 | GA | Plain object |Vendor in zip | ❔ | 🎉 |[Link](https://www.alibabacloud.com/help/en/functioncompute/latest/event-handlers)|
26
-
|**AWS Lambda & Lambda@Edge**| 3.12 | GA | Plain object |Vendor in zip | ✅ | 👍 |[Link](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-python)|
25
+
|**Alibaba Cloud Function Compute**| 3.10 | GA | Plain object |Vend in zip | ❔ | 🎉 |[Link](https://www.alibabacloud.com/help/en/functioncompute/latest/event-handlers)|
26
+
|**AWS Lambda & Lambda@Edge**| 3.12 | GA | Plain object |Vend in zip | ✅ | 👍 |[Link](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-python)|
@@ -43,6 +44,7 @@ Note that the "Free Plan" is intended to represent ongoing free resources i.e. n
43
44
|**AWS Lambda**|[1m reqs / mo + 400,000 GB-s / mo](https://docs.aws.amazon.com/whitepapers/latest/how-aws-pricing-works/lambda.html) (based on memory configuration) + [data egress](https://aws.amazon.com/ec2/pricing/on-demand/) (~$0.09 per GB) | 🚫 | $0.20 per 1m reqs + $0.00001667 per GB-s (over free tier) + [data egress](https://aws.amazon.com/ec2/pricing/on-demand/) (~$0.09 per GB) |
44
45
|**AWS Lambda@Edge**| None | 🚫 |[$0.60 per 1m reqs + $0.00000625125 per GB-s](https://aws.amazon.com/cloudfront/pricing/) + egress (~$0.09 per GB) |
45
46
|**Azure Functions**| 1m reqs / mo + 400,000 GB-s / mo + first 100 GB / mo egress |[Yes](https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/spending-limit)| $0.20 per 1m reqs + $0.000016 per GB-s (over free) + $0.08 per GB egress (over 100 GB) |
47
+
|**Cloudflare Workers**| 100k reqs / day, 10ms CPU / req | ? | $20 / mo for 10m reqs / mo, 30ms CPU / req + $0.02 per million CPU ms |
46
48
|**Fermyon**|[100k reqs + 5GB egress](https://www.fermyon.com/pricing)| NA | 1m reqs + 50GB egress at $20 / mo |
47
49
|**Fly.io**| 3 shared-cpu-1x 256mb VMs + 100GB egress | NA | Depends on VM + $0.02 per GB egress (over free, min $5 / mo) + $0.15 per GB / mo stopped VMs |
48
50
|**Google / Firebase Cloud Functions**| 2m / mo reqs + 400k / mo GB-s + 200k / mo CPU-s + 5 GB / mo egress |[Yes](https://cloud.google.com/billing/docs/how-to/budgets)| $0.40 per 1m reqs + $0.0000025 per GB-s + $0.0000100 per CPU-s + $0.12 per GB egress |
@@ -62,6 +64,7 @@ reqs = requests, m = million, mo = month, s = seconds, mem = memory, k = thousan
62
64
|**AWS Lambda**| 128 MB | 10 GB | 3s | 15min | 6 | 6 | 50 (zip) | 10k per reg. per sec. |
63
65
|**AWS Lambda@Edge**| 128 MB | 3 GB | 3s | 30s | ? | 1 | 50 (zip) | 10k per reg. per sec. |
@@ -118,6 +122,7 @@ See also [awesome serverless security](https://github.com/puresec/awesome-server
118
122
|**Alibaba Cloud Function Compute**|[Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/1)|[Forum](https://www.alibabacloud.com/forum)||[SO](https://stackoverflow.com/questions/tagged/alibaba-cloud)|[r/AlibabCloud](https://www.reddit.com/r/AlibabaCloud/)|
119
123
|**AWS Lambda and Lambda@Edge**|[Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/2)|[re:Post](https://repost.aws/tags/questions/TA5uNafDy2TpGNjidWLMSxDw?view=all)|[GitHub](https://github.com/aws/aws-lambda-builders)|[SO](https://stackoverflow.com/collectives/aws)|[r/aws](https://www.reddit.com/r/aws/)|
0 commit comments