Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

aws example is not referencing the dead letter queue #148

Open
kjpgit opened this issue Jan 24, 2019 · 0 comments
Open

aws example is not referencing the dead letter queue #148

kjpgit opened this issue Jan 24, 2019 · 0 comments

Comments

@kjpgit
Copy link

kjpgit commented Jan 24, 2019

The SQS queue isn't set up to use the timeout queue. Trivial fix:

| --- a/aws/paypal/ipn-sqs.yaml
| +++ b/aws/paypal/ipn-sqs.yaml
| @@ -52,7 +52,7 @@ Resources:
| Properties:
| QueueName: !Ref DeliveryQueueName
| RedrivePolicy:
| - deadLetterTargetArn: !GetAtt ErrorQueue.Arn
| + deadLetterTargetArn: !GetAtt TimeoutQueue.Arn
| maxReceiveCount: 3
|

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant