Skip to content

Commit 3b2d9f4

Browse files
bmoffattraupachz
authored andcommitted
Update events README.md (aws#135)
1 parent 08ad2cc commit 3b2d9f4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

aws-lambda-java-events/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
### Event Models Supported
44
* `APIGatewayProxyRequestEvent`
55
* `APIGatewayProxyResponseEvent`
6-
* `APIGatewayV2ProxyRequestEvent`
7-
* `APIGatewayV2ProxyResponseEvent`
6+
* `APIGatewayV2HTTPEvent`
7+
* `APIGatewayV2HTTPResponse`
8+
* `APIGatewayV2WebSocketEvent`
9+
* `APIGatewayV2WebSocketResponse`
810
* `ApplicationLoadBalancerRequestEvent`
911
* `ApplicationLoadBalancerResponseEvent`
1012
* `CloudFrontEvent`
@@ -70,4 +72,4 @@
7072
```scala
7173
"com.amazonaws" % "aws-lambda-java-core" % "1.2.1"
7274
"com.amazonaws" % "aws-lambda-java-events" % "3.0.0"
73-
```
75+
```

0 commit comments

Comments
 (0)