Skip to content

Commit

Permalink
aws lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed May 25, 2024
1 parent df20ddc commit ba99f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_project/api/root_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ba99f66

Please sign in to comment.