File tree Expand file tree Collapse file tree
src/main/java/com/genexus/cloud/serverless/aws Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 </dependency >
4545
4646 <dependency >
47- <groupId >com.amazonaws </groupId >
48- <artifactId >aws- lambda-java-core </artifactId >
49- <version >1.2.1 </version >
47+ <groupId >software.amazon.awssdk </groupId >
48+ <artifactId >lambda</artifactId >
49+ <version >2.21.28 </version >
5050 </dependency >
5151
5252 <dependency >
5353 <groupId >com.amazonaws</groupId >
5454 <artifactId >aws-lambda-java-events</artifactId >
55- <version >3.11.0 </version >
55+ <version >3.11.3 </version >
5656 </dependency >
5757
5858 <dependency >
Original file line number Diff line number Diff line change 1111import com .amazonaws .serverless .proxy .model .MultiValuedTreeMap ;
1212import com .amazonaws .services .lambda .runtime .Context ;
1313import com .amazonaws .services .lambda .runtime .RequestHandler ;
14+
1415import com .genexus .cloud .serverless .aws .handler .AwsGxServletResponse ;
1516import com .genexus .cloud .serverless .aws .handler .LambdaApplicationHelper ;
1617import com .genexus .diagnostics .core .ILogger ;
1920import com .genexus .webpanels .GXOAuthLogout ;
2021import com .genexus .webpanels .GXOAuthUserInfo ;
2122import com .genexus .webpanels .GXWebObjectStub ;
23+
2224import org .glassfish .jersey .server .ResourceConfig ;
2325
2426import javax .servlet .ServletConfig ;
@@ -160,7 +162,6 @@ private GXWebObjectStub resolveServlet(AwsProxyRequest awsProxyRequest) {
160162 return handler ;
161163 }
162164
163-
164165 private void dumpRequest (AwsProxyRequest awsProxyRequest ) {
165166 String lineSeparator = System .lineSeparator ();
166167 String reqData = String .format ("Path: %s" , awsProxyRequest .getPath ()) + lineSeparator ;
You can’t perform that action at this time.
0 commit comments