]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add article to external links (#901)
authorBen <iwpnd@users.noreply.github.com>
Tue, 4 Feb 2020 03:25:52 +0000 (04:25 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 03:25:52 +0000 (04:25 +0100)
docs/external-links.md

index 73648c88fb1eb09dc4cb93dcbb1faef4a93aae22..980b755e9c1d80ff7755f38bfcda3c507161f781 100644 (file)
@@ -53,6 +53,8 @@ Here's an incomplete list of some of them.
 
 * <a href="https://medium.com/@arthur393/another-boilerplate-to-fastapi-azure-pipeline-ci-pytest-3c8d9a4be0bb" class="external-link" target="_blank">Another Boilerplate to FastAPI: Azure Pipeline CI + Pytest</a> by <a href="https://twitter.com/arthurheinrique" class="external-link" target="_blank">Arthur Henrique</a>.
 
+* <a href="https://iwpnd.pw/articles/2020-01/deploy-fastapi-to-aws-lambda" class="external-link" target="_blank">How to continuously deploy a FastAPI to AWS Lambda with AWS SAM</a> by <a href="https://iwpnd.pw" class="external-link" target="_blank">Benjamin Ramser</a>.
+
 ### Japanese
 
 * <a href="https://qiita.com/mtitg/items/47770e9a562dd150631d" class="external-link" target="_blank">FastAPI|DB接続してCRUDするPython製APIサーバーを構築</a> by <a href="https://qiita.com/mtitg" class="external-link" target="_blank">@mtitg</a>.