I think it would be good if errors would be logged so that it clearly states it is error. So when you get error in code you would get ERROR in CloudWatch logs for easy filtering.
Hey @jamesls, would you say that the scope of this feature is as simple as adding a line to the _get_view_function_response method in the app.py file that logs out any exceptions that are caught?
Most helpful comment
Hey @jamesls, would you say that the scope of this feature is as simple as adding a line to the
_get_view_function_responsemethod in theapp.pyfile that logs out any exceptions that are caught?