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!
- Read the Serverless Webhooks Tutorial to get started
- Read the blog post on the serverless gong for more on this project
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'