Blog architecture outline
ΒΆ
2017-06-01
posts
- content in a github repo, initially directly in a single jsonfeed file
- posting to my bot would have a checkout of that repo and update the file, push it to github
- github webhook would call amazon lambda
- lambda would process the feed file into static html
- push html to s3
- set up nginx to proxy the blog/ path to s3
- profit