8000 bug: SQS: localstack accepts queue names that are not syntactically correct. · Issue #7645 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content
bug: SQS: localstack accepts queue names that are not syntactically correct. #7645
Closed
@wunderbarb

Description

@wunderbarb

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Localstack accepts queue name test.example.com

The regex for queue name is [a-zA-Z0-9_-]+$

Expected Behavior

It should only accept valid queue names [a-zA-Z0-9_-]+$ with less than 80 characters.

How are you starting LocalStack?

With the localstack script

Steps To Reproduce

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

docker run localstack/localstack

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

awslocal s3 mb s3://mybucket

Environment

- OS: Ubuntu 20.04
- LocalStack: pro latest

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0