We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba51c8 commit 1bffcb3Copy full SHA for 1bffcb3
1 file changed
SAMtemplates/messaging/main.yaml
@@ -25,7 +25,7 @@ Resources:
25
Properties:
26
QueueName: !Sub ${AWS::StackName}-NHSNotifyPrescriptionsDeadLetter
27
KmsMasterKeyId: !ImportValue account-resources:SqsKMSKey
28
- MessageRetentionPeriod: 2629743 # 1 month in seconds
+ MessageRetentionPeriod: 604800 # 1 week in seconds
29
VisibilityTimeout: 60
30
31
ReadNHSNotifyPrescriptionsSQSQueuePolicy:
0 commit comments