It would be very useful if there was a library that could translate between the
django.http.HttpRequest
and
django.http.HttpResponse
interface that existing Django libraries already expect.
This would allow a whole range of projects that currently run on long-lived infrastructure to transfer to server less and only use compute when necessary.