cfn-lambda-handler
cfn-lambda-handler copied to clipboard
Add support for checking required resource properties
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'])