File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ Resources:
8282 DomainName : !Sub es.${DomainName}
8383 RestApiId : !Ref API
8484 Stage : !Ref APIStage
85+ APIBasePathMappingSubdomain7 :
86+ Type : AWS::ApiGateway::BasePathMapping
87+ DependsOn : APISubdomainName7
88+ Properties :
89+ DomainName : !Sub www.${DomainName}
90+ RestApiId : !Ref API
91+ Stage : !Ref APIStage
8592 APICloudWatchRole :
8693 Type : AWS::IAM::Role
8794 Properties :
@@ -150,6 +157,14 @@ Resources:
150157 EndpointConfiguration :
151158 Types :
152159 - EDGE
160+ APISubdomainName7 :
161+ Type : AWS::ApiGateway::DomainName
162+ Properties :
163+ CertificateArn : !Ref CertificateARN
164+ DomainName : !Sub www.${DomainName}
165+ EndpointConfiguration :
166+ Types :
167+ - EDGE
153168 APIProxyResource :
154169 Type : AWS::ApiGateway::Resource
155170 Properties :
You can’t perform that action at this time.
0 commit comments