Hacker News new | ask | show | jobs
by berlam 3202 days ago
A few months back I created a tool [0], which deploys static content from GitHub to S3, with GitHub push events and AWS Lambda. This was more like a PoC but worked quite well for me. During development I was very happy with the usage of jgit, which allowed me to stay in the Java stack (even if it is not the perfect choice for Lambda imho). There was and still is much on the ToDo list. If you are interested in the sources, you can take a look at it.

[0] https://github.com/berlam/github-bucket

1 comments

Nice! I'm planning to make my travis build handle the publishing to S3.