Skip to content

Commit 1ee847d

Browse files
TimGustafsonraupachz
authored andcommitted
Adding support for APIGatewayV2 (Web Sockets) (aws#92)
1 parent 35a91d5 commit 1ee847d

File tree

3 files changed

+840
-0
lines changed

3 files changed

+840
-0
lines changed

aws-lambda-java-events/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
### New Event Models Supported
44
* APIGatewayProxyRequestEvent
55
* APIGatewayProxyResponseEvent
6+
* APIGatewayV2ProxyRequestEvent
7+
* APIGatewayV2ProxyResponseEvent
68
* CloudFrontEvent
79
* CloudWatchLogsEvent
810
* CodeCommitEvent
@@ -20,6 +22,8 @@ versions do not need to make any changes to their existing code.
2022
The following event models do not require any SDK dependencies
2123
* APIGatewayProxyRequestEvent
2224
* APIGatewayProxyResponseEvent
25+
* APIGatewayV2ProxyRequestEvent
26+
* APIGatewayV2ProxyResponseEvent
2327
* CloudFrontEvent
2428
* CloudWatchLogsEvent
2529
* CodeCommitEvent

0 commit comments

Comments
 (0)