We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68b8bc commit 6308cc2Copy full SHA for 6308cc2
api_gw/api_gw_stack.py
@@ -3,7 +3,7 @@
3
from aws_cdk import Stack, Duration, Tags
4
from aws_cdk.aws_apigateway import StageOptions, RestApi, JsonSchema, JsonSchemaType, JsonSchemaVersion, \
5
IntegrationOptions, PassthroughBehavior, Integration, IntegrationType, MethodResponse, MethodLoggingLevel, \
6
- IntegrationResponse, DomainName, BasePathMapping, SecurityPolicy, EndpointType, ApiKey, UsagePlan
+ IntegrationResponse, BasePathMapping, SecurityPolicy, UsagePlan
7
from aws_cdk.aws_certificatemanager import Certificate
8
from aws_cdk.aws_iam import Role, ServicePrincipal
9
from aws_cdk.aws_lambda import Function, Runtime, Code
0 commit comments