We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2109f commit 65ab4c3Copy full SHA for 65ab4c3
aws_lambda_powertools/event_handler/lambda_function_url.py
@@ -12,6 +12,7 @@
12
13
from aws_lambda_powertools.event_handler import CORSConfig
14
from aws_lambda_powertools.utilities.data_classes import LambdaFunctionUrlEvent
15
+ from http import HTTPStatus
16
17
18
class LambdaFunctionUrlResolver(ApiGatewayResolver):
aws_lambda_powertools/event_handler/vpc_lattice.py
from aws_lambda_powertools.utilities.data_classes import VPCLatticeEvent, VPCLatticeEventV2
class VPCLatticeResolver(ApiGatewayResolver):
0 commit comments