Skip to content

bug: SQS createQueue fails with Service sqs-query is not enabled #9615

@holomekc

Description

@holomekc

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

With docker image tag 2.3.3 sqs.createQueue fails with:
AWS sqs-query.CreateQueue => 501

Service 'sqs-query' is not enabled. Please check your 'SERVICES' configuration variable.

Rollback to 2.3.2 works fine again.

Expected Behavior

SQS queue creation is working fine.

How are you starting LocalStack?

With a docker-compose file

Steps To Reproduce

How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)

docker-compose.yml

Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)

awslocal --region=<some-region> sqs create-queue --queue-name <some-name>

Environment

- OS: macOS 14.1
- LocalStack: 2.3.3

Anything else?

No response

Metadata

Metadata

Labels

aws:sqsAmazon Simple Queue Servicestatus: resolved/fixedResolved with a fix or an implementationtype: bugBug report

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions