Skip to content

Commit

Permalink
fix(event_handlers): ImportError when importing Response from top-lev…
Browse files Browse the repository at this point in the history
…el event_handler (#1388)

Co-authored-by: Victor Covalski <[email protected]>
  • Loading branch information
VictorCovalski and Victor Covalski authored Jul 27, 2022
1 parent c463232 commit 279ba24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws_lambda_powertools/event_handler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Event handler decorators for common Lambda events
"""

from .api_gateway import ALBResolver, APIGatewayHttpResolver, ApiGatewayResolver, APIGatewayRestResolver, CORSConfig
from .api_gateway import ALBResolver, APIGatewayHttpResolver, ApiGatewayResolver, APIGatewayRestResolver, CORSConfig, Response
from .appsync import AppSyncResolver

__all__ = [
Expand All @@ -12,4 +12,5 @@
"ALBResolver",
"ApiGatewayResolver",
"CORSConfig",
"Response",
]

0 comments on commit 279ba24

Please sign in to comment.