Skip to content

A serverless gong with GitHub and Slack webhooks - made for the No Server November Challenge

Notifications You must be signed in to change notification settings

bildungsroman/serverless-gong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Serverless Gong!

A serverless gong with GitHub and Slack webhooks - made for the No Server November Challenge.

When a selected repository in GitHub has a release event, a chosen Slack channel is messaged with a gong!

Links

Deploy this to your AWS account

You can deploy this application to your own AWS account using the following two Stackery CLI commands:

stackery create will initialize a new repo in your GitHub account, initializing it with the contents of the referenced template repository.

stackery create --stack-name 'serverless-gong' \
--git-provider 'github' \
--template-git-url 'https://github.com/stackery/serverless-gong' 

stackery deploy will deploy the newly created stack into your AWS account.

stackery deploy --stack-name 'serverless-gong' \
--env-name 'development' \
--git-ref 'master'

About

A serverless gong with GitHub and Slack webhooks - made for the No Server November Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published