Skip to content

A Google Cloud Function Publisher that publishes comments sent to it to a Pub/Sub topic.

License

Notifications You must be signed in to change notification settings

coralproject/slack-bouncer-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-bouncer-functions

Deploying

# Setup your environment variables.
cat > .env.yml <<EOF
TOKEN_SECRET: "<TOKEN SECRET>"
PUBSUB_TOPIC: "<PUBSUB TOPIC>"
EOF

# Deploy the function.
gcloud functions deploy slackTalkInjestComment --runtime nodejs14 --trigger-http --allow-unauthenticated --env-vars-file=.env.yml --source .

About

A Google Cloud Function Publisher that publishes comments sent to it to a Pub/Sub topic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published