While running npm run deploy, I ran into this error with the sam deploy step.
Error: Invalid value for "--parameter-overrides": StaticAssetRebuildMode= 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'
While running
npm run deploy
, I ran into this error with thesam deploy
step.