Tag: yaml
-
Error: Invalid value for “–parameter-overrides”: ParameterKey=TABLE_NAME,ParameterValue=CatBreeds is not in valid format. It must look something like ‘ParameterKey=KeyPairName,ParameterValue=MyKey ParameterKey=InstanceType,ParameterValue=t1.micro’ – AWS SAM CLI
Hi everyone, I ran into the following error while using the AWS SAM Cli: Error: Invalid value for “–parameter-overrides”: ParameterKey=PURPLE_FROG,ParameterValue=CatBreeds is not in valid format. It must look something like ‘ParameterKey=KeyPairName,ParameterValue=MyKey ParameterKey=InstanceType,ParameterValue=t1.micro’ This is the command I was running: sam local start-api –parameter-overrides “ParameterKey=PURPLE_FROG,ParameterValue=CatBreeds” The error message is unfortunately very misleading. After a fair bit…