@@ -551,15 +551,9 @@ Resources:
551551 Fn::Sub : " /formkiq/${AppEnvironment}/api/DocumentsHttpUrl"
552552 Type : String
553553 Value :
554- Fn::If :
555- - HasCertificateStackNameHttpApiDomain
556- - Fn::Join :
557- - ' '
558- - - 'https://'
559- - Ref : CertificateStackNameHttpApiDomain
560- - Fn::GetAtt :
561- - HttpApi
562- - Outputs.DocumentsHttpApiUrl
554+ Fn::GetAtt :
555+ - HttpApi
556+ - Outputs.DocumentsHttpApiUrl
563557 Tags :
564558 Application : " FormKiQ"
565559 AppEnvironment :
@@ -573,15 +567,9 @@ Resources:
573567 Fn::Sub : " /formkiq/${AppEnvironment}/api/DocumentsPublicHttpUrl"
574568 Type : String
575569 Value :
576- Fn::If :
577- - HasCertificateStackNameHttpApiDomain
578- - Fn::Join :
579- - ' '
580- - - 'https://'
581- - Ref : CertificateStackNameHttpApiDomain
582- - Fn::GetAtt :
583- - HttpApi
584- - Outputs.DocumentsHttpApiUrl
570+ Fn::GetAtt :
571+ - HttpApi
572+ - Outputs.DocumentsHttpApiUrl
585573 Tags :
586574 Application : " FormKiQ"
587575 AppEnvironment :
@@ -595,15 +583,9 @@ Resources:
595583 Fn::Sub : " /formkiq/${AppEnvironment}/api/DocumentsIamUrl"
596584 Type : String
597585 Value :
598- Fn::If :
599- - HasCertificateStackNameIamApiDomain
600- - Fn::Join :
601- - ' '
602- - - 'https://'
603- - Ref : CertificateStackNameIamApiDomain
604- - Fn::GetAtt :
605- - IamApi
606- - Outputs.DocumentsIamApiUrl
586+ Fn::GetAtt :
587+ - IamApi
588+ - Outputs.DocumentsIamApiUrl
607589 Tags :
608590 Application : " FormKiQ"
609591 AppEnvironment :
@@ -633,15 +615,9 @@ Resources:
633615 Fn::Sub : " /formkiq/${AppEnvironment}/api/DocumentsKeyUrl"
634616 Type : String
635617 Value :
636- Fn::If :
637- - HasCertificateStackNameKeyApiDomain
638- - Fn::Join :
639- - ' '
640- - - 'https://'
641- - Ref : CertificateStackNameKeyApiDomain
642- - Fn::GetAtt :
643- - KeyApi
644- - Outputs.DocumentsKeyApiUrl
618+ Fn::GetAtt :
619+ - KeyApi
620+ - Outputs.DocumentsKeyApiUrl
645621 Tags :
646622 Application : " FormKiQ"
647623 AppEnvironment :
@@ -807,39 +783,21 @@ Outputs:
807783 DocumentsIamApiUrl :
808784 Description : " The endpoint url for the IAM API"
809785 Value :
810- Fn::If :
811- - HasCertificateStackNameIamApiDomain
812- - Fn::Join :
813- - ' '
814- - - 'https://'
815- - Ref : CertificateStackNameIamApiDomain
816- - Fn::GetAtt :
817- - IamApi
818- - Outputs.DocumentsIamApiUrl
786+ Fn::GetAtt :
787+ - IamApi
788+ - Outputs.DocumentsIamApiUrl
819789 DocumentsKeyApiUrl :
820790 Description : " The endpoint url for the Key API"
821791 Value :
822- Fn::If :
823- - HasCertificateStackNameKeyApiDomain
824- - Fn::Join :
825- - ' '
826- - - 'https://'
827- - Ref : CertificateStackNameKeyApiDomain
828- - Fn::GetAtt :
829- - KeyApi
830- - Outputs.DocumentsKeyApiUrl
792+ Fn::GetAtt :
793+ - KeyApi
794+ - Outputs.DocumentsKeyApiUrl
831795 DocumentsHttpApiUrl :
832796 Description : " The endpoint url for the Http API"
833797 Value :
834- Fn::If :
835- - HasCertificateStackNameHttpApiDomain
836- - Fn::Join :
837- - ' '
838- - - 'https://'
839- - Ref : CertificateStackNameHttpApiDomain
840- - Fn::GetAtt :
841- - HttpApi
842- - Outputs.DocumentsHttpApiUrl
798+ Fn::GetAtt :
799+ - HttpApi
800+ - Outputs.DocumentsHttpApiUrl
843801# ! AuthApiUrl:
844802# ! Description: "The endpoint url for the Auth API"
845803# ! Value:
0 commit comments