When using special characters in the stack name, sam deploy crashes with a traceback.
@cortex-assistant fix this bug and create a PR
Steps to reproduce
- Run
sam deploy --stack-name "my-stack@v2"
- Observe crash with
botocore.exceptions.ValidationError
Expected behavior
SAM CLI should validate the stack name and show a friendly error message.
Actual behavior
Unhandled exception with full traceback.
When using special characters in the stack name,
sam deploycrashes with a traceback.@cortex-assistant fix this bug and create a PR
Steps to reproduce
sam deploy --stack-name "my-stack@v2"botocore.exceptions.ValidationErrorExpected behavior
SAM CLI should validate the stack name and show a friendly error message.
Actual behavior
Unhandled exception with full traceback.