awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
930 stars 401 forks source link

`npm run deploy` in `dev-portal/` (as instructed per the readme there) errors out at `sam deploy` over an invalid value #343

Closed ghost closed 4 years ago

ghost commented 4 years ago

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'
ghost commented 4 years ago

Closed per #344