Hacker News new | ask | show | jobs
by db48x 12 days ago
There’s no reason that has to be a serious impediment. Just release all of the components, plus a terraform file that sets it all up properly.

In practice a lot of those components can be simplified when you don't have to support a huge number of players. A server that only supports dozens of players can just use SQLite instead of a big multi–az database cluster. The cache can just be an in–process cache instead of a connection to an external Redis instance, etc, etc.