scopely-devops / skew

Apache License 2.0
242 stars 70 forks source link

Fix sqs arn #169

Open tobHai opened 4 years ago

tobHai commented 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>

Also I verified that tags are retrieved ( #132 can be closed IMO)