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
requester will get Internal server error but this will be logged as a successful response on Lambda side. I'm not completely sure what is the best practice for this but I feel that, 5XX statuses should be reported as errors on Lambda level too. Because that kind of errors should mean pointing a coding issue in Lambda function.
For now, the only place that we report an error on lambda level is in lambda-wrapper.js function(use function).
The text was updated successfully, but these errors were encountered:
In current situation, if you do this;
requester will get
Internal server error
but this will be logged as a successful response on Lambda side. I'm not completely sure what is the best practice for this but I feel that, 5XX statuses should be reported as errors on Lambda level too. Because that kind of errors should mean pointing a coding issue in Lambda function.For now, the only place that we report an error on lambda level is in lambda-wrapper.js function(
use
function).The text was updated successfully, but these errors were encountered: