diff --git a/aws-lambda-java-events/README.md b/aws-lambda-java-events/README.md index ce3f4a05..e2026141 100644 --- a/aws-lambda-java-events/README.md +++ b/aws-lambda-java-events/README.md @@ -3,8 +3,10 @@ ### Event Models Supported * `APIGatewayProxyRequestEvent` * `APIGatewayProxyResponseEvent` -* `APIGatewayV2ProxyRequestEvent` -* `APIGatewayV2ProxyResponseEvent` +* `APIGatewayV2HTTPEvent` +* `APIGatewayV2HTTPResponse` +* `APIGatewayV2WebSocketEvent` +* `APIGatewayV2WebSocketResponse` * `ApplicationLoadBalancerRequestEvent` * `ApplicationLoadBalancerResponseEvent` * `CloudFrontEvent` @@ -70,4 +72,4 @@ ```scala "com.amazonaws" % "aws-lambda-java-core" % "1.2.1" "com.amazonaws" % "aws-lambda-java-events" % "3.0.0" -``` \ No newline at end of file +```