claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 276 forks source link

Setting more than one environment variable with --set-env fails with TypeError #241

Open CherryDT opened 1 year ago

CherryDT commented 1 year ago
$ claudia create --region=us-east-1 --api-module api --set-env A=1 --set-env B=2
Cannot read variables from set-env, TypeError: string.trim is not a function