Skip to content

Commit 52a653a

Browse files
cerashdanAbdullatif Rashdan
andauthored
fixing inconsistent naming from Flask to FastAPI (#79)
Co-authored-by: Abdullatif Rashdan <arashdan@amazon.com>
1 parent 66699eb commit 52a653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/deploy/deploy_to_aws_fargate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide discusses Fargate integration at a high level - for a complete exampl
88

99
## Creating Your Agent in Python
1010

11-
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.
11+
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.
1212

1313
The FastAPI application follows these steps:
1414

0 commit comments

Comments
 (0)