marcy-terui/lamvery

deploy fails on empty description

ijin opened this issue · 3 comments

ijin commented

deploy fails even if the description parameter is null or empty in .lamvery.yml.

Since Lambda allows us to have an empty description (at least through the AWS console), I think this should be supported.

ERROR:root:Parameter validation failed:
Invalid type for parameter Description, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>

Thank you for your reporting.

Since Lambda allows us to have an empty description (at least through the AWS console), I think this should be supported.

I think so too.
It is a minor bug. So, I'll fix it in the near future.

Done. It is released in v0.12.1

Please check the new version :-)

ijin commented

confirmed fix. thanks! 👍