Add tags to SNS topic created from serverless

How do we add tags (AWS) to SNS topic from serverless.yml. I tried the global “tags” under provider and “Tags” under resources of type “AWS::SNS::Topic” and stackTags. nothing works. The tags are added to other resources like lambda and step functions nut not SNS topic.

This is not possible due to a missing feature in cloudFormation

I will try to work on a plugin to do it.

2 Likes

Done https://github.com/ManoManoTech/serverless-plugin-tagsns

1 Like