Open brettnem opened 11 months ago
In my testing, I have found that it seems that an underscore "_" in my parameter names is breaking deployments. Everything works fine if I switch to camelCase.
This is a related issue: https://github.com/aws/aws-sam-cli/issues/1937#issuecomment-619046221. Parameter override does not accept underscore
Describe the bug When a SAM template contains parameters, the deploy operation fails with the following error: Usage: sam sync [OPTIONS] Try 'sam sync -h' for help.
Error: Invalid value for '--parameter-overrides': "MQ_BROKER"="xxxx" is not in valid format. It must look something like 'ParameterKey=KeyPairName,ParameterValue=MyKey ParameterKey=InstanceType,ParameterValue=t1.micro' or 'KeyPairName=MyKey InstanceType=t1.micro'
Process finished with exit code 2
To reproduce
Expected behavior Expected deployment with template parameters
Screenshots
Your Environment