I have a separate cloudformation template which creates cloud watch alarms for resources.
I am creating another cloudformation template for some specific purposes. The sub task involves to add SNS topic to existing cloudwatch alarm created by separate template.
Is it possible with cloudformation template?
P.S. I know we can edit cloudwatch alarm manually through AWS console OR we can use PutAlarm action to add topic. However I really want to achieve this with cloudformation template without any explicit actions.