DieProduktMacher / serverless-env-generator

A Serverless 1.x plugin to manage environment variables with YAML and turn them into a .env file on deployment. Supports encryption with KMS, multiple stages and custom profiles.
MIT License
31 stars 11 forks source link

Fix Invalid Parameter Type #2

Closed Afulton11 closed 7 years ago

Afulton11 commented 7 years ago

Fixes an Invalid Parameter Type error that occurs when the attribute value of an environment variable is entirely numbers.

tlimp commented 7 years ago

Nice fix thanks a lot.