Package com.amazonaws.serverless.proxy.spring
package com.amazonaws.serverless.proxy.spring
-
ClassesClassDescriptionAOT Initialization processor required to register reflective hints for GraalVM.Event loop and necessary configurations to support AWS Lambda Custom Runtime - https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html.Initializer to optionally start Custom Runtime to process web workloads.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.SpringBootLambdaContainerHandler<RequestType,
ResponseType> SpringBoot implementation of the `LambdaContainerHandler` abstract class.SpringBootProxyHandlerBuilder<RequestType>An implementation ofRequestStreamHandlerwhich delegates to Spring Cloud Function serverless web module managed by Spring team.