Skip to content

Commit c350451

Browse files
authored
Python: Update SNS Fifo example to use FifoThroughputScope parameter. (#7353)
Update to use FifoThroughputScope parameter.
1 parent 948cdae commit c350451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/example_code/sns/sns_fifo_topic.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def create_fifo_topic(self, topic_name):
4545
Attributes={
4646
"FifoTopic": str(True),
4747
"ContentBasedDeduplication": str(False),
48+
"FifoThroughputScope": "MessageGroup",
4849
},
4950
)
5051
logger.info("Created FIFO topic with name=%s.", topic_name)

0 commit comments

Comments
 (0)