]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add link: Create and Deploy FastAPI app to Heroku (#942)
authorनवुले पवन कुमार राव <pavanraonavule@gmail.com>
Tue, 4 Feb 2020 04:25:00 +0000 (09:55 +0530)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 04:25:00 +0000 (05:25 +0100)
docs/external-links.md

index 980b755e9c1d80ff7755f38bfcda3c507161f781..45646f4f2d08fd524262ddf392567488920fe6ba 100644 (file)
@@ -55,6 +55,8 @@ Here's an incomplete list of some of them.
 
 * <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>.
 
+* <a href="https://www.tutlinks.com/create-and-deploy-fastapi-app-to-heroku/" class="external-link" target="_blank">Create and Deploy FastAPI app to Heroku without using Docker</a> by <a href="https://www.linkedin.com/in/navule/" class="external-link" target="_blank">Navule Pavan Kumar Rao</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>.