File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ public class EchoSpringAppConfig {
4848Once you have declared a configuration class, you can initialize the library with the class name:
4949``` java
5050public class LambdaHandler implements RequestHandler<AwsProxyRequest , AwsProxyResponse > {
51- SpringLambdacontainerHandler <AwsProxyRequest , AwsProxyResponse > handler =
52- SpringLambdacontainerHandler .getAwsProxyHandler (EchoSpringAppConfig .class )
51+ SpringLambdaContainerHandler <AwsProxyRequest , AwsProxyResponse > handler =
52+ SpringLambdaContainerHandler .getAwsProxyHandler (EchoSpringAppConfig .class );
5353
5454 public AwsProxyResponse handleRequest (AwsProxyRequest awsProxyRequest , Context context ) {
5555 return handler. proxy(awsProxyRequest, context);
You can’t perform that action at this time.
0 commit comments