Skip to content

Commit

Permalink
πŸ“ Add new blog post to external links (Kludex#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored and khamaileon committed Jan 13, 2024
1 parent bdc0cac commit 083ec9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/external-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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.
- [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.
- [Deploy FastAPI applications to AWS Lambda](https://aminalaee.dev/posts/2022/fastapi-aws-lambda/) is a quick tutorial about how to deploy FastAPI and Starlette applications to AWS Lambda using Mangum, including also a suggested approach by AWS about how to manage larger applications.

If you're interested in contributing to this page, please reference this [issue](https://github.com/jordaneremieff/mangum/issues/104) in a PR.

0 comments on commit 083ec9f

Please sign in to comment.