Skip to content

Commit e5ad31f

Browse files
committed
Added Websocket event handler
1 parent 47a4b66 commit e5ad31f

File tree

4 files changed

+612
-0
lines changed

4 files changed

+612
-0
lines changed

aws_lambda_powertools/event_handler/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
APIGatewayRestResolver,
1010
CORSConfig,
1111
Response,
12+
WebsocketRouter
1213
)
1314
from aws_lambda_powertools.event_handler.appsync import AppSyncResolver
1415
from aws_lambda_powertools.event_handler.lambda_function_url import (
@@ -27,4 +28,5 @@
2728
"Response",
2829
"VPCLatticeResolver",
2930
"VPCLatticeV2Resolver",
31+
"WebsocketRouter"
3032
]

0 commit comments

Comments
 (0)