From 9da94ab9d13d35a047a79dc26f7b6b0b2ce6988b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 19 Sep 2022 00:54:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Link=20to=20deployment=20tutoria?= =?UTF-8?q?l=20(#274)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/external-links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/external-links.md b/docs/external-links.md index 8fb671f1..fab77ec8 100644 --- a/docs/external-links.md +++ b/docs/external-links.md @@ -2,4 +2,6 @@ External links related to using Mangum. +- [Deploying Python web apps as AWS Lambda functions](https://til.simonwillison.net/awslambda/asgi-mangum) is a tutorial that goes through every step involved in packaging and deploying a Python web application to AWS Lambda, including how to use Mangum to wrap an ASGI application. + If you're interested in contributing to this page, please reference this [issue](https://github.com/jordaneremieff/mangum/issues/104) in a PR.