An AWS Lambda function to open a GitHub issue by SNS notification.
GOOS=linux make main.zip
You should install aws-sam-cli before follow the instructions.
cp template.example.json template.json
# And edit the template.json according to your environment
sam local invoke "GitHubIssueOpener" -t template.json
TBD
Bug reports and pull requests are welcome on GitHub at https://github.com/mozamimy/github-issue-opener.
This code is available as open source under the terms of the MIT License.