From 89bad393132da86421368ff823138497ab51d771 Mon Sep 17 00:00:00 2001 From: Dan W Anderson Date: Thu, 18 Jan 2018 15:23:27 -0800 Subject: [PATCH] add redrivepolicy attribute to sqs --- moto/sqs/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/moto/sqs/models.py b/moto/sqs/models.py index 85b69ab0e..dbc170387 100644 --- a/moto/sqs/models.py +++ b/moto/sqs/models.py @@ -166,6 +166,7 @@ class Queue(BaseModel): 'MessageRetentionPeriod', 'QueueArn', 'ReceiveMessageWaitTimeSeconds', + 'RedrivePolicy', 'VisibilityTimeout', 'WaitTimeSeconds'] ALLOWED_PERMISSIONS = ('*', 'ChangeMessageVisibility', 'DeleteMessage', 'GetQueueAttributes',