-
Notifications
You must be signed in to change notification settings - Fork 74
Description
{
"errorMessage": "Syntax error in module 'index'(invalid syntax (index.py, line 98))",
"errorType": "SyntaxError",
"stackTrace": [
"File "./index.py", line 98",
" def main_handler(event=None, context=None):"
]
}
日志
2022-06-28T15:46:46Z Start invoke request '13f09e03-1553-46e4-801c-c05acada9d59', version: latest
2022-06-28T15:46:46Z 13f09e03-1553-46e4-801c-c05acada9d59 ERROR Syntax error in module 'index'(invalid syntax (index.py, line 98))
Traceback (most recent call last):
File "/opt/function/code/index.py", line 98
def main_handler(event=None, context=None):
^
SyntaxError: invalid syntax
2022-06-28T15:46:46Z Finish invoke request '13f09e03-1553-46e4-801c-c05acada9d59'(invoke Failed), duration: 66.161ms, billing duration: 67ms, memory used: 95.953MB, billing memory: 256MB