Skip to content

Commit 9938c26

Browse files
committed
* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python: fix(event_handlers): ImportError when importing Response from top-level event_handler (#1388)
2 parents cbad51c + 279ba24 commit 9938c26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws_lambda_powertools/event_handler/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Event handler decorators for common Lambda events
33
"""
44

5-
from .api_gateway import ALBResolver, APIGatewayHttpResolver, ApiGatewayResolver, APIGatewayRestResolver, CORSConfig
5+
from .api_gateway import ALBResolver, APIGatewayHttpResolver, ApiGatewayResolver, APIGatewayRestResolver, CORSConfig, Response
66
from .appsync import AppSyncResolver
77

88
__all__ = [
@@ -12,4 +12,5 @@
1212
"ALBResolver",
1313
"ApiGatewayResolver",
1414
"CORSConfig",
15+
"Response",
1516
]

0 commit comments

Comments
 (0)