Closed
Description
- Framework version: 1.3.2
- Implementations: All (core)
Scenario
The proxyStream()
method of LambdaContainerHandler
does not catch all exceptions and pass them to the ExceptionHandler object
.
Expected behavior
Exceptions should be caught and passed to the ExceptionHandler
object to generate a response. The proxy()
method implements this behavior correctly.