Skip to content

Commit ba99f66

Browse files
committed
aws lambda
1 parent df20ddc commit ba99f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fastapi_project/api/root_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@router.get("/")
99
async def root_index(request: Request):
1010
data = {
11-
'message': 'azure function project is running...'
11+
'message': 'aws lamda function is running...'
1212
}
1313
return JSONResponse(content=data, status_code=status.HTTP_200_OK)
1414

0 commit comments

Comments
 (0)