I'm trying to use AWS EventBridge with an SNS Target and I've got the basic integration of sending a basic message SNS, with input transformers. However I want to be able to set the SNS Message Attributes (for subscription filtering) and ideally provide the Message as JSON so the message is different per SNS subscription (SMS , Email) etc.
Is this even possible? I've been unable to find a definitive documentation page indicating the scope of what the EventBridge and SNS Target supports. Is it only a basic message?
I could achieve this by using Event Bridge => Lambda => SNS but I'm trying to avoid the extra hop. Does anyone have any definitive information on what the SNS Target officially supports for Event Bridge?