-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Taking in the queue name instead of its url is an unfortunate choice, as it takes another SQS API call to figure out the queue url from its name, and this API call is covered by a dedicated permission (sqs:GetQueueUrl).
It would be great to see the change that allows code to take in the preexisting queue url directly instead of its name, and send/receive/delete messages on such a queue relying only on these limited IAM permissions:
- sqs:ReceiveMessage
- sqs:DeleteMessage
- sqs:DeleteMessageBatch
- sqs:ChangeMessageVisibility
- sqs:ChangeMessageVisibilityBatch
- sqs:SendMessage
- sqs:SendMessageBatch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels