The org.springframework.integration.aws.outbound.SnsMessageHandler
doesn't support setting the message group ID, which is necessary for FIFO topics.
The org.springframework.integration.aws.outbound.SqsMessageHandler
already implements this, as well as the deduplication ID, which is also required if content based deduplication is not enabled on the FIFO topic.