Skip to content

Commit 65ab4c3

Browse files
Amin Farjadiamin-farjadi
authored andcommitted
feat(api-gateway-resolver): Add option for custom response validation error status code.
1 parent 8a2109f commit 65ab4c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aws_lambda_powertools/event_handler/lambda_function_url.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
from aws_lambda_powertools.event_handler import CORSConfig
1414
from aws_lambda_powertools.utilities.data_classes import LambdaFunctionUrlEvent
15+
from http import HTTPStatus
1516

1617

1718
class LambdaFunctionUrlResolver(ApiGatewayResolver):

aws_lambda_powertools/event_handler/vpc_lattice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
from aws_lambda_powertools.event_handler import CORSConfig
1414
from aws_lambda_powertools.utilities.data_classes import VPCLatticeEvent, VPCLatticeEventV2
15+
from http import HTTPStatus
1516

1617

1718
class VPCLatticeResolver(ApiGatewayResolver):

0 commit comments

Comments
 (0)