|
|
|
|
|
by WhyNotHugo
1543 days ago
|
|
I've worked with API servers that moved from a dedicated service to lambdas. We were using Django in this case, and just added a tiny wrapper that converts lambda>asgi (using Magum). For local development, we continued using Django normally inside its own docker container with matching dependency versions and like. |
|