It seems like there are so many ways to do this that I'm struggling to pick one.<p>I have something that's basically a set of REST endpoints. It needs to make SQL queries, API calls, run library code, and load static files. Ideally, it should be able to automatically handle bursts of traffic 10x (or more) the usual amount.<p>What is your preferred way of setting up this kind of API?