Skip to content

Commit 895080e

Browse files
committed
1 parent f7d410e commit 895080e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

function-aws-api-proxy-test/src/main/java/io/micronaut/function/aws/proxy/test/AwsApiProxyTestServer.java

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ public void destroy() {
194194
this.lambdaHandler.close();
195195
}
196196

197+
@Override
197198
public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException {
198199
APIGatewayV2HTTPEvent awsProxyRequest = requestAdapter.createAwsProxyRequest(request);
199200
APIGatewayV2HTTPResponse apiGatewayV2HTTPResponse = lambdaHandler.handleRequest(awsProxyRequest, contextProvider.getContext());

0 commit comments

Comments
 (0)