• Pricing
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy
Anna Spysz

The Serverless Gong

by

A serverless gong with GitHub and Slack webhooks

  1. The Serverless Gong

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! Your final result will look like this:

screenshot

Instructions

  • Read the Serverless Webhooks Tutorial to get started
  • Read the blog post on the Serverless Gong for more on this project and detailed instructions with screenshots

Setup

Deploy this to your AWS account using Serverless Framework

If you have the Serverless CLI set up, you can simply enter serverless deploy to deploy!

Deploy this to your AWS account using Stackery

You can create and 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'

Contents

  • The Serverless Gong! 🔔
  • Instructions
  • Setup
  • Deploy this to your AWS account using Serverless Framework
  • Deploy this to your AWS account using Stackery

Related

GuidesPluginsExamplesSlack CommunitySupport