spring-cloud-function
spring-cloud-function copied to clipboard
Add exception handler on AWS adapter
The proposal is to have something like @ControllerAdvice and @ExceptionHandler that allow the user to decide what Message should be returned to the client if an exception occurs.
Maybe we could figure out a generic solution for the other adapters too.
Is there a traction on this?