Skip to content
master
Go to file
Code

Latest commit

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
923f40e

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cloud-functions

Functions used by OpenFaaS Community

join-welcome

This function is a bot that welcomes anyone who joins the #openfaas channel.

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.

You can’t perform that action at this time.