Skip to content

bug: SQS list_queues doesn't support nextToken #11774

@lpaz7

Description

@lpaz7

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: fb7cde9cc

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions