You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are looking to use this library, but are running into an issue with a permissions disconnect. Our use case is that we create a queue in separate infrastructure code that can be managed and we want to prevent our application from having access to create queues. Due to this, we are receiving an AccessDenied exception on the existing queue due to not having sqs:createqueue in our policy. Because it is a specific permissions issue, the QueueAlreadyExists exception code does not get caught.
Would it be possible to provide a configuration to trust an existing queue exists and not to create one?