I've been wondering this same thing. We use gunicorn to handle our web requests and it pre-loads our code so it's ready at the drop of a hat to serve a request. It takes a few seconds to load up our site, so wouldn't Lambda have to pay that cost with every web request?
I've been going under the assumption that it's just not the right use case for Lambda, though I'm hoping I'm wrong.
I've been going under the assumption that it's just not the right use case for Lambda, though I'm hoping I'm wrong.