Are you suggesting that you have done zero development yet? Develop locally until you need things to go "live". Don't buy AWS on day one, you won't utilize it. Save the money. There are many great ways to develop locally, even with teams. You can go far by utilizing dependency management services, like npm, etc. You can go far by utilizing local database init scripts, etc, for consistent dev environments after a fresh repo clone.
ice109|8 years ago