Closed
Description
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