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

aws example is not referencing the dead letter queue #148

@kjpgit

Description

@kjpgit

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
|

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions