-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
aws:sqsAmazon Simple Queue ServiceAmazon Simple Queue Servicegood first issueGood item to work on for newcomersGood item to work on for newcomersstatus: resolved/fixedResolved with a fix or an implementationResolved with a fix or an implementationstatus: resolved/staleClosed due to stalenessClosed due to stalenessstatus: response requiredWaiting for a response from the reporterWaiting for a response from the reportertype: bugBug reportBug report
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
using boto3 client:
response = client.list_queues(MaxResults=100)
response doesn't hold any nextToken field.
- I have 2000 sqs queues
Expected Behavior
As mentioned in this: doc
Responce Syntax:
{
"NextToken": "string",
"QueueUrls": [ "string" ]
}
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 up --build (image: localstack/localstack)
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
AWS SDK: client.list_queues(MaxResults=100)
Environment
- OS:
- LocalStack:
LocalStack version: 3.8.2.dev69
LocalStack Docker image sha:
LocalStack build date: 2024-10-31
LocalStack build git hash: fb7cde9ccAnything else?
No response
Metadata
Metadata
Assignees
Labels
aws:sqsAmazon Simple Queue ServiceAmazon Simple Queue Servicegood first issueGood item to work on for newcomersGood item to work on for newcomersstatus: resolved/fixedResolved with a fix or an implementationResolved with a fix or an implementationstatus: resolved/staleClosed due to stalenessClosed due to stalenessstatus: response requiredWaiting for a response from the reporterWaiting for a response from the reportertype: bugBug reportBug report