Skip to content

Adding support for APIGatewayV2 (Web Sockets) #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 30, 2019
4 changes: 4 additions & 0 deletions aws-lambda-java-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### New Event Models Supported
* APIGatewayProxyRequestEvent
* APIGatewayProxyResponseEvent
* APIGatewayV2ProxyRequestEvent
* APIGatewayV2ProxyResponseEvent
* CloudFrontEvent
* CloudWatchLogsEvent
* CodeCommitEvent
Expand All @@ -20,6 +22,8 @@ versions do not need to make any changes to their existing code.
The following event models do not require any SDK dependencies
* APIGatewayProxyRequestEvent
* APIGatewayProxyResponseEvent
* APIGatewayV2ProxyRequestEvent
* APIGatewayV2ProxyResponseEvent
* CloudFrontEvent
* CloudWatchLogsEvent
* CodeCommitEvent
Expand Down
Loading