From f94d598f2e96e2426e6ba9772cde670d54c455b8 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 26 Nov 2020 00:48:55 -0500 Subject: [PATCH] Add stack outputs --- top.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/top.yaml b/top.yaml index 96fd56d..75b049b 100644 --- a/top.yaml +++ b/top.yaml @@ -52,3 +52,10 @@ Resources: Protocol: lambda TopicArn: !Ref SnsTopic +Outputs: + TopicArn: + Description: Anr of the SNS topic + Value: !Ref SnsTopic + TopicName: + Description: Name of the SNS topic + Value: !GetAtt SnsTopic.TopicName \ No newline at end of file