Open tobHai opened 4 years ago
Fixed the SQS topic ARN pattern
Old: arn:aws:sqs:us-east-1:123456789012:queue:<QUEUENAME> New: arn:aws:sqs:us-east-1:123456789012:<QUEUENAME>
arn:aws:sqs:us-east-1:123456789012:queue:<QUEUENAME>
arn:aws:sqs:us-east-1:123456789012:<QUEUENAME>
Also I verified that tags are retrieved ( #132 can be closed IMO)
Fixed the SQS topic ARN pattern
Old:
arn:aws:sqs:us-east-1:123456789012:queue:<QUEUENAME>
New:arn:aws:sqs:us-east-1:123456789012:<QUEUENAME>
Also I verified that tags are retrieved ( #132 can be closed IMO)