From 3ae25fe36e4d9edd78d1b3cabe45586a33b0a040 Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:29:30 -0500 Subject: [PATCH] Update to use FifoThroughputScope parameter. --- python/example_code/sns/sns_fifo_topic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/example_code/sns/sns_fifo_topic.py b/python/example_code/sns/sns_fifo_topic.py index a81ae8baad8..f6a4802c0ee 100644 --- a/python/example_code/sns/sns_fifo_topic.py +++ b/python/example_code/sns/sns_fifo_topic.py @@ -45,6 +45,7 @@ def create_fifo_topic(self, topic_name): Attributes={ "FifoTopic": str(True), "ContentBasedDeduplication": str(False), + "FifoThroughputScope": "MessageGroup", }, ) logger.info("Created FIFO topic with name=%s.", topic_name)