arabold / serverless-export-env

Serverless plugin to export environment variables into a .env file
MIT License
103 stars 34 forks source link

fix: Cannot convert undefined or null to object #48

Closed estahn closed 2 years ago

estahn commented 2 years ago

NodeEvaluator (https://github.com/robessog/cfn-resolver-lib/blob/9269810976848444e3c8dd85c43997e8f34538f5/src/nodeEvaluator.js#L17) expects a list of parameters but the provided node parameter does not contain this attribute thus subsequent usage fails.

fixes #46