We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ad2cc commit 3b2d9f4Copy full SHA for 3b2d9f4
aws-lambda-java-events/README.md
@@ -3,8 +3,10 @@
3
### Event Models Supported
4
* `APIGatewayProxyRequestEvent`
5
* `APIGatewayProxyResponseEvent`
6
-* `APIGatewayV2ProxyRequestEvent`
7
-* `APIGatewayV2ProxyResponseEvent`
+* `APIGatewayV2HTTPEvent`
+* `APIGatewayV2HTTPResponse`
8
+* `APIGatewayV2WebSocketEvent`
9
+* `APIGatewayV2WebSocketResponse`
10
* `ApplicationLoadBalancerRequestEvent`
11
* `ApplicationLoadBalancerResponseEvent`
12
* `CloudFrontEvent`
@@ -70,4 +72,4 @@
70
72
```scala
71
73
"com.amazonaws" % "aws-lambda-java-core" % "1.2.1"
74
"com.amazonaws" % "aws-lambda-java-events" % "3.0.0"
-```
75
+```
0 commit comments