From ba99f662d36dad9f9a8304ad3186294fd759ded3 Mon Sep 17 00:00:00 2001 From: Mostafa Kamal Date: Sun, 26 May 2024 01:45:20 +0600 Subject: [PATCH] aws lambda --- fastapi_project/api/root_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_project/api/root_index.py b/fastapi_project/api/root_index.py index 28a9fa0..9f77c39 100755 --- a/fastapi_project/api/root_index.py +++ b/fastapi_project/api/root_index.py @@ -8,7 +8,7 @@ @router.get("/") async def root_index(request: Request): data = { - 'message': 'azure function project is running...' + 'message': 'aws lamda function is running...' } return JSONResponse(content=data, status_code=status.HTTP_200_OK) \ No newline at end of file