Open hidden-dimensions opened 6 years ago
When an uncatched exception occur in lambda, the following payload is return to client:
{ "error": { "name": "UnexpectedError", "code": 10000, "message": "__The exception message__", "info": { "trace": "Traceback (most recent call last):\n...." } } }
This is useful for staging but may be a security concern for production environment. Suggest to provide an option to suppress the trace field.
1. 2. 3.
When an uncatched exception occur in lambda, the following payload is return to client:
This is useful for staging but may be a security concern for production environment. Suggest to provide an option to suppress the trace field.
Expected Results
Actual Results
Steps to reproduce
1. 2. 3.