aws-cloudformation-samples
aws-cloudformation-samples copied to clipboard
fix: give optional array a default value
If the excludeDBInstanceClassList property is not given a value, the hook will fail. This array is marked as optional in the python code. This update assigns a default value to the array.