While working on Breakout, I realized that I have an issue getting WebSockets to play nice with the Serverless architecture that my backend is built on.
In solving my own problem, I discovered a lot of customized ways to solve it, but most ended up being along the lines of: "don't use Lambdas." That's not acceptable to me, so I decided to build a solution that works WITH Functions-as-a-Service.