An open API service indexing awesome lists of open source software.

https://github.com/mozamimy/github-issue-opener

A serverless application to open a GitHub issue by SNS notification.
https://github.com/mozamimy/github-issue-opener

aws-lambda serverless sns-notifications

Last synced: about 1 year ago
JSON representation

A serverless application to open a GitHub issue by SNS notification.

Awesome Lists containing this project

README

          

# github-issue-opener

An AWS Lambda function to open a GitHub issue by SNS notification.

![](docs/example.png)

## Build

```sh
GOOS=linux make main.zip
```

## Run locally

You should install [aws-sam-cli](https://github.com/awslabs/aws-sam-cli) before follow the instructions.

```sh
cp template.example.json template.json
# And edit the template.json according to your environment
sam local invoke "GitHubIssueOpener" -t template.json
```

## Customize and deploy

**TBD**

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mozamimy/github-issue-opener.

## License

This code is available as open source under the terms of the MIT License.