Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openfaas/cloud-functions

OpenFaaS social functions
https://github.com/openfaas/cloud-functions

community join-bot openfaas slackbot social-media

Last synced: about 1 month ago
JSON representation

OpenFaaS social functions

Awesome Lists containing this project

README

        

# 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.