cfn-lambda-handler icon indicating copy to clipboard operation
cfn-lambda-handler copied to clipboard

Add support for checking required resource properties

Open ghost opened this issue 6 years ago • 0 comments

I was perusing the accustom library which also uses decorators.... (code below). would be nice to have the decorator check for required properties.

@accustom.sdecorator(expectedProperties=['key1','key2'])

ghost avatar Aug 30 '19 17:08 ghost