From ac8438313ac6642d0f346a9b7d455fc015547d4c Mon Sep 17 00:00:00 2001 From: Abdullatif Rashdan Date: Tue, 3 Jun 2025 12:02:12 +0300 Subject: [PATCH] fixing inconsistent naming from Flask to FastAPI --- docs/user-guide/deploy/deploy_to_aws_fargate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/deploy/deploy_to_aws_fargate.md b/docs/user-guide/deploy/deploy_to_aws_fargate.md index 2ebba7d1..73a30d52 100644 --- a/docs/user-guide/deploy/deploy_to_aws_fargate.md +++ b/docs/user-guide/deploy/deploy_to_aws_fargate.md @@ -8,7 +8,7 @@ This guide discusses Fargate integration at a high level - for a complete exampl ## Creating Your Agent in Python -The core of your Fargate deployment is a containerized Flask application that hosts your Strands Agents SDK agent. This Python application initializes your agent and processes incoming HTTP requests. +The core of your Fargate deployment is a containerized FastAPI application that hosts your Strands Agents SDK agent. This Python application initializes your agent and processes incoming HTTP requests. The FastAPI application follows these steps: