Hacker News new | ask | show | jobs
by safeerm 1878 days ago
we're working on TinyStacks to solve this - we've built the fastest way to deploy and maintain your Docker app on AWS.

In one click, TinyStacks takes your app code on GitHub and spins up all the necessary infrastructure with a fully automated pipeline - all on your AWS. Just git push.

We just started onboarding a few customers on Fri and would love to onboard a few more. Email me: safeer@tinystacks.com

1 comments

Git push, so it’s a post-receive hook? I do the same with my deployments. I also like to set up make files because most newcomers to the project can grok a makefile. Without having to learn a new build tool.