Skip to content

Commit ad02c96

Browse files
committed
Added community and support section
1 parent e23ec82 commit ad02c96

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
No Python support: Cloudflare Workers, Netlify Edge Functions, StackPath EdgeEngine. IBM Cloud Functions are deprecated.
77

8-
This document provides an up-to-date comparison between hosted, serverless (no cost or management to spin down to zero) providers of cloud function hosts with Python runtimes.
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.
99
Note the distinction between edge providers (execution at PoP) and non-edge (typically predetermined DS region).
1010

11-
Please be aware that this information may be inaccurate or outdated. If you discover errors or outdated information please open a PR!
11+
Please join our [discussions](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions) or fix/update infromation by [editing this doc](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/edit/main/README.md) !
1212

1313
- [DevEx](#devex)
1414
- [Pricing](#pricing)
@@ -107,19 +107,21 @@ TODO: Need a benchmark suite for Python, see [this JS suite](https://github.com/
107107

108108
TODO: e.g. compliance certifications, data encryption, and network security options
109109

110+
See also [awesome serverless security](https://github.com/puresec/awesome-serverless-security)
111+
110112
## Discussions, Community, and Support
111113

112-
| | Our Wiki | Forum | Reddit |
113-
| ------------------------------------- | -------- | ----- | ------ |
114-
| **Alibaba Cloud Function Compute** | | | |
115-
| **AWS Lambda and Lambda@Edge** | | | |
116-
| **Azure Functions** | | | |
117-
| **Fermyon** | | | |
118-
| **Fly.io** | | | |
119-
| **Google / Firebase Cloud Functions** | | | |
120-
| **IBM Code Engine** | | | |
121-
| **Oracle (OCI) Functions** | | | |
122-
| **Vercel Functions** | | | |
114+
| | Ours | Forum | GitHub | SO | Reddit |
115+
| ------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
116+
| **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/) |
117+
| **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/) |
118+
| **Azure Functions** | [Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/3) | [Forum](https://learn.microsoft.com/en-us/answers/tags/87/azure-functions) | [GitHub](https://github.com/Azure/azure-sdk-for-python) | [SO](https://stackoverflow.com/collectives/azure) | [r/AZURE](https://www.reddit.com/r/AZURE/) |
119+
| **Fermyon** | [Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/4) | [Discord](https://discord.com/invite/P4Cx7xUbJu) | [Feedback](https://github.com/fermyon/feedback) | [SO](https://stackoverflow.com/questions/tagged/fermyon-spin) | |
120+
| **Fly.io** | [Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/5) | [Forum](https://community.fly.io/) | | [SO](https://stackoverflow.com/questions/tagged/fly?tab=Active) | |
121+
| **Google / Firebase Cloud Functions** | [Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/6) | [Group](https://groups.google.com/g/firebase-talk/) | [GitHub](https://github.com/firebase/firebase-functions-python) | [SO](https://stackoverflow.com/collectives/google-cloud) | [r/Firebase](https://www.reddit.com/r/Firebase/) and [r/googlecloud](https://www.reddit.com/r/googlecloud/) |
122+
| **IBM Code Engine** | [Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/7) | [Slack](https://cloud.ibm.com/kubernetes/slack) | [GitHub](https://github.com/IBM/CodeEngine) | [SO](https://stackoverflow.com/questions/tagged/ibm-cloud-code-engine) | |
123+
| **Oracle (OCI) Functions** | [Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/8) | [Forum](https://forums.oracle.com/ords/apexds/domain/dev-community/category/containers-cloud-native) | [GitHub](https://github.com/oracle-samples/oracle-functions-samples) | [SO](https://stackoverflow.com/questions/tagged/oracle-cloud-functions) | [r/oraclecloud](https://www.reddit.com/r/oraclecloud/) |
124+
| **Vercel Functions** | [Link](https://github.com/hbmartin/comparison-hosts-serverless-cloud-function-faas-for-python/discussions/9) | [Help](https://vercel.com/help) | [GitHub](https://github.com/orgs/vercel/discussions) | [SO](https://stackoverflow.com/questions/tagged/vercel) | [r/Vercel](https://www.reddit.com/r/vercel/) |
123125

124126
## References and Useful Links
125127

0 commit comments

Comments
 (0)