Skip to content

Cannot set attributes in an existing SQS queue #2096

@tachocarpintero

Description

@tachocarpintero

Steps to reproduce with localstack with docker in container:
/opt/code/localstack # awslocal sqs create-queue --queue-name tacho-test
{
"QueueUrl": "http://localstack:4576/queue/tacho-test"
}
/opt/code/localstack # awslocal sqs set-queue-attributes --queue-url http://localhost:4576/queue/tacho-test --attributes '{"FifoQueue": "true"}'

An error occurred (InvalidAttributeName) when calling the SetQueueAttributes operation: InvalidAttributeName; see the SQS docs.

Thank you in advance.

Metadata

Metadata

Assignees

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