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