Add support for publishing SNS messages on fifo topics #1718
Labels
feature
This issue/PR relates to a feature request
module
module
needs_triage
plugins
plugin (any type)
Summary
I am trying to publish a message to a fifo SNS topic, but it fails because it is missing the required MessageGroupId parameter. Unfortunately the parameter is not available in the sns module.
Adding the possibility to add this parameter would be helpful for everyone, because it would be possible to publish messages to FIFO SNS topics, too.
Issue Type
Feature Idea
Component Name
sns
Additional Information
Link to boto3 documentation: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sns.html?highlight=sns#SNS.Client.publish
Code of Conduct
The text was updated successfully, but these errors were encountered: