Class SpringBootAwsProxyExceptionHandler

java.lang.Object
com.amazonaws.serverless.proxy.AwsProxyExceptionHandler
com.amazonaws.serverless.proxy.spring.SpringBootAwsProxyExceptionHandler
All Implemented Interfaces:
ExceptionHandler<AwsProxyResponse>

public class SpringBootAwsProxyExceptionHandler extends AwsProxyExceptionHandler implements ExceptionHandler<AwsProxyResponse>
This ExceptionHandler implementation enhances the standard AwsProxyExceptionHandler by mapping additional details from org.springframework.web.ErrorResponse As of now this class is identical with SpringAwsProxyExceptionHandler. We may consider moving it to a common module to share it in the future.