Skip to content

📮 AWS Lambda function to post issues to GitHub from a web form

License

Notifications You must be signed in to change notification settings

newtheatre/ntbotPostIssue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntbotPostIssue

AWS Lambda function to post issues to GitHub from a web form.

Building

Ensure src/secret.py exists with GH_TOKEN specified. Run ./make.sh to build the .zip file to upload to AWS.

Uploading

Either with the web interface or via a correctly configured CLI: aws lambda update-function-code --function-name ntbotPostIssue --zip-file fileb://ntbotPostIssue.zip.

About

📮 AWS Lambda function to post issues to GitHub from a web form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published