-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
aws:sqsAmazon Simple Queue ServiceAmazon Simple Queue Servicestatus: resolved/fixedResolved with a fix or an implementationResolved with a fix or an implementationtype: bugBug reportBug report
Milestone
Description
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.3Anything else?
No response
Metadata
Metadata
Assignees
Labels
aws:sqsAmazon Simple Queue ServiceAmazon Simple Queue Servicestatus: resolved/fixedResolved with a fix or an implementationResolved with a fix or an implementationtype: bugBug reportBug report