We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
{
"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
The text was updated successfully, but these errors were encountered: