KO
|
EN
gitlite — search
Search
#ai-agents
#typescript
#ai
#dsh-plugin
#deepseek-harness
#open-source
#codex
#ios
#cli
#claude-code
#developer-tools
#python
cloud-functions
★ 28
Open GitHub ↗
OpenFaaS social functions
Download README (.md)
Explore Similar Repositories
ingress-operator
:
Custom domains, paths and TLS for your OpenFaaS Functions
mongodb-function
:
OpenFaaS Function that makes use of a connection pool to access MongoDB
faas-fargate
:
OpenFaaS on AWS Fargate. Open source Functions as a Service without any infrastructure to manage
openfaas-rust-template
:
An OpenFaaS template for writing functions in Rust
faas-rancher
:
[DEPRECATED] Enable Rancher as a backend for Functions as a Service (OpenFaaS) https://github.com/alexellis/faas
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cloud-functions
?
Download (.md)
# cloud-functions Functions used by OpenFaaS Community ## join-welcome This function is a bot that welcomes anyone who joins the #openfaas channel. ```sh export slack_incoming_webhook_url="URL" export slack_signing_token="SIGNING_TOKEN" faas-cli cloud seal --name openfaas-cloud-functions-secrets \ --literal slack-incoming-webhook-url="$slack_incoming_webhook_url" \ --literal slack-signing-token="$slack_signing_token" \ --cert=./pub-cert.pem ``` ## signup This function redirects to the OpenFaaS Cloud Community Cluster sign-up page. ## slack Redirects to the Slack sign-up instructions.