Skip to content

stackery/serverless-webhooks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

Serverless Webhooks App

This is the repository for the Serverless Webhooks Tutorial from Stackery.

This tutorial will teach you to connect a GitHub webhook to a serverless function that responds to your GitHub activity.

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-webhooks' \
--git-provider 'github' \
--template-git-url 'https://github.com/stackery/serverless-webhooks' 

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

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

About

This is the repository for the Serverless Webhooks Tutorial from Stackery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published