Simple CloudFormation stack for creating a SNS Topic that creates issues on GitHub
This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-11-26 00:38:12 -05:00
.github/workflows 2.7 -> 3.8 2020-11-16 19:26:43 -05:00
create_issue Add line ending to message 2020-11-26 00:07:57 -05:00
.gitignore Initial commit 2020-08-12 23:40:49 -04:00
LICENSE Initial commit 2020-08-12 23:40:49 -04:00
README.md Update 'README.md' 2020-11-26 00:38:12 -05:00
top.yaml Add sns subscription 2020-11-25 23:54:37 -05:00

Build & Ship

GitHub Issues SNS Topic

Simple CloudFormation stack for creating a SNS Topic that creates issues on GitHub.

Diagram

Launch Options

Launch from CloudFormation Console

Make sure you are logged into the AWS Console and have permissions then click:

Launch Stack

Then fill out the parameters!

Note: Your secret must contain your token as a raw string.

Download Template

The template is public accessible at: https://sumu-stacks.s3.amazonaws.com/github-issues/top.yaml

You can either download the template from your web browser or use something like the wget command.

wget https://sumu-stacks.s3.amazonaws.com/github-issues/top.yaml

Then use your prefered deployment method!