GitHub - nathants/libaws: just ship on aws
libaws
why
aws is amazing, but it's hard to ship fast unless you're an expert.
i want to write down best practices as code, then forget about them so i can just ship.
i want to serve http, react to database writes, and use cron to schedule actions.
i want to push data s3 -> ec2 -> s3 with ephemeral spot instances that live for seconds.
did you know that ec2 is billed by the second, that spot is 1/5 the price, and that spot in local zones is 1/2 that price?
it's basically free. oh and no egress f...
Read more at github.com