Skip to content

Commit 6308cc2

Browse files
committed
optimized
1 parent a68b8bc commit 6308cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_gw/api_gw_stack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from aws_cdk import Stack, Duration, Tags
44
from aws_cdk.aws_apigateway import StageOptions, RestApi, JsonSchema, JsonSchemaType, JsonSchemaVersion, \
55
IntegrationOptions, PassthroughBehavior, Integration, IntegrationType, MethodResponse, MethodLoggingLevel, \
6-
IntegrationResponse, DomainName, BasePathMapping, SecurityPolicy, EndpointType, ApiKey, UsagePlan
6+
IntegrationResponse, BasePathMapping, SecurityPolicy, UsagePlan
77
from aws_cdk.aws_certificatemanager import Certificate
88
from aws_cdk.aws_iam import Role, ServicePrincipal
99
from aws_cdk.aws_lambda import Function, Runtime, Code

0 commit comments

Comments
 (0)