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 552d685 commit 061a8b1Copy full SHA for 061a8b1
cloudformation/main.yml
@@ -589,17 +589,19 @@ Resources:
589
- !Ref RunEnvironment
590
- UiDomainName
591
- !Join
592
- - go
593
- - !FindInMap
594
- - ApiGwConfig
595
- - !Ref RunEnvironment
596
- - EnvDomainName
+ - ""
+ - - "go."
+ - !FindInMap
+ - ApiGwConfig
+ - !Ref RunEnvironment
597
+ - EnvDomainName
598
- - ical
599
600
601
602
+ - - "ical."
603
604
605
606
DefaultCacheBehavior:
607
TargetOriginId: S3WebsiteOrigin
0 commit comments