Uses of Class
com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
Packages that use SpringBootLambdaContainerHandler
-
Uses of SpringBootLambdaContainerHandler in com.amazonaws.serverless.proxy.spring
Methods in com.amazonaws.serverless.proxy.spring that return SpringBootLambdaContainerHandlerModifier and TypeMethodDescriptionSpringBootProxyHandlerBuilder.build()SpringBootProxyHandlerBuilder.buildAndInitialize()SpringBootLambdaContainerHandler.getAwsProxyHandler(Class<?> springBootInitializer, String... profiles)Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and the given Spring profilesSpringBootLambdaContainerHandler.getHttpApiV2ProxyHandler(Class<?> springBootInitializer, String... profiles)Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `HttpApiV2ProxyRequest` objects and the given Spring profilesSpringBootLambdaContainerHandler.getInstance()We need to rely on the static instance of this for SpringBoot because we need it to access the ServletContext.