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.
- Host: GitHub
- URL: https://github.com/mozamimy/github-issue-opener
- Owner: mozamimy
- License: mit
- Created: 2018-10-10T10:01:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T04:48:24.000Z (about 4 years ago)
- Last Synced: 2024-10-18T23:14:24.084Z (over 1 year ago)
- Topics: aws-lambda, serverless, sns-notifications
- Language: Go
- Size: 205 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# github-issue-opener
An AWS Lambda function to open a GitHub issue by SNS notification.

## 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.