Skip to content

SQS optimistic create causes a permission denied issueΒ #233

@jacobboland-ph

Description

@jacobboland-ph

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions