diff --git a/template.yaml b/template.yaml index 9c432ba4..27046ae6 100644 --- a/template.yaml +++ b/template.yaml @@ -418,12 +418,6 @@ Outputs: Export: Name: !Join [ ":", [ !Ref "AWS::StackName", "AggregatorApiFrontendFqdn" ] ] - AggregatorApiFrontendFqdnTempValue: - Description: "API Gateway endpoint FQDN for Aggregator API function" - Value: !Sub "${FrontendAPIGateway}.execute-api.${AWS::Region}.amazonaws.com" - Export: - Name: !Join [ ":", [ !Ref "AWS::StackName", "AggregatorApiFrontendFqdnTempValue" ] ] - AggregatorApiFqdn: Description: "API Gateway endpoint FQDN for Aggregator API function" Value: !Sub "${DCAPI}.execute-api.${AWS::Region}.amazonaws.com"