Node-RED + AWS SNS: Setting TopicArn for the Publish Node via a Change Node
I wanted to publish a message to an AWS SNS topic from a Node-RED flow using node-red-contrib-aws. The SNS Publish node itself has no field anywhere in its editor to pick or type a topic — no “Topic ARN” box, nothing. I spent a while looking for it before realizing the node simply doesn’t have one, and the value has to arrive on the message instead.