We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948cdae commit c350451Copy full SHA for c350451
python/example_code/sns/sns_fifo_topic.py
@@ -45,6 +45,7 @@ def create_fifo_topic(self, topic_name):
45
Attributes={
46
"FifoTopic": str(True),
47
"ContentBasedDeduplication": str(False),
48
+ "FifoThroughputScope": "MessageGroup",
49
},
50
)
51
logger.info("Created FIFO topic with name=%s.", topic_name)
0 commit comments