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