From 2875d88ccf75502da8fa8e01c56515e756b10064 Mon Sep 17 00:00:00 2001 From: vjanz Date: Sun, 7 Feb 2021 19:25:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20FastAPI=20Medium=20Article?= =?UTF-8?q?:=20Deploy=20a=20dockerized=20FastAPI=20application=20to=20AWS?= =?UTF-8?q?=20(#2515)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- docs/en/data/external_links.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index e35286f5e..a71e50aeb 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -152,6 +152,10 @@ articles: title: FastAPI for Flask Users author_link: https://twitter.com/amitness author: Amit Chaudhary + - link: https://valonjanuzaj.medium.com/deploy-a-dockerized-fastapi-application-to-aws-cc757830ba1b + title: Deploy a dockerized FastAPI application to AWS + author_link: https://www.linkedin.com/in/valon-januzaj-b02692187/ + author: Valon Januzaj japanese: - link: https://qiita.com/mtitg/items/47770e9a562dd150631d title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築