...With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memorycache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.