In the tutorial of rules engine, they say it is possible to say that every time we receive a message that indicates "blue" as the desired color of the light bulb the rules engine transforms it to "green"
To do this, I thought about creating a rule that republishes the message to the topic shadow/update but I could not find a way to modify the message before republishing.
It there a way to do it in the aws console ?