You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/APIGatewayV2HTTPEvent.java
+4
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@
25
25
@Builder(setterPrefix = "with")
26
26
@Data
27
27
@NoArgsConstructor
28
+
/**
29
+
* API Gateway v2 event: https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html
30
+
*/
28
31
publicclassAPIGatewayV2HTTPEvent {
29
32
privateStringversion;
30
33
privateStringrouteKey;
@@ -54,6 +57,7 @@ public static class RequestContext {
0 commit comments