You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a project with python package and only main.py with the Hello World get request from magnum docs. Then I made a deploy from GitHub actions. Then I tested api gateway and get this error:
{
"errorMessage": "Unable to determine handler from trigger event",
"errorType": "TypeError",
"requestId": "ee98ad16-d50b-4c44-a83d-e44bf534aa5c",
"stackTrace": [
" File \"/var/task/mangum/adapter.py\", line 83, in __call__\n handler = AbstractHandler.from_trigger(\n",
" File \"/var/task/mangum/handlers/abstract_handler.py\", line 116, in from_trigger\n raise TypeError(\"Unable to determine handler from trigger event\")\n"
]
}
I've been trying to solve this problem, but nothing really worked.
This is my project check develop branch
The text was updated successfully, but these errors were encountered:
I made a project with python package and only main.py with the Hello World get request from magnum docs. Then I made a deploy from GitHub actions. Then I tested api gateway and get this error:
I've been trying to solve this problem, but nothing really worked.
This is my project check develop branch
The text was updated successfully, but these errors were encountered: