We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20ddc commit ba99f66Copy full SHA for ba99f66
fastapi_project/api/root_index.py
@@ -8,7 +8,7 @@
8
@router.get("/")
9
async def root_index(request: Request):
10
data = {
11
- 'message': 'azure function project is running...'
+ 'message': 'aws lamda function is running...'
12
}
13
return JSONResponse(content=data, status_code=status.HTTP_200_OK)
14
0 commit comments