4 comments

[ 3.5 ms ] story [ 18.8 ms ] thread
Hey this is pretty cool. GitHub orgs for free!
Thanks! So much is possible now with the AWS Lambda free tier (it seems like)
Neat idea! You could use the npm package serverless to make it easier to deploy. If you don't like the node dependency, you could include a Cloudformation template that takes the github token & location of the lambda zip and does the iam/sns stuff.
Ya, good call, I should make a Cloudformation template to simplify the installation process. I'll do that, thanks!