Skip to content

Instantly share code, notes, and snippets.

@kalinchernev
Created September 3, 2018 11:23
Show Gist options
  • Save kalinchernev/9770e8ea059b67b326cf7883bad32cf8 to your computer and use it in GitHub Desktop.
Save kalinchernev/9770e8ea059b67b326cf7883bad32cf8 to your computer and use it in GitHub Desktop.
SQSFailureQueue:
Type: AWS::SQS::Queue
Properties:
QueueName: sqs-failure-queue
MessageRetentionPeriod: '1209600'
VisibilityTimeout: '60'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment