def hasInterface()

in functions/source/table-generator-lambda.py [0:0]


def hasInterface(template_data):
    return True if 'Parameters' in template_data.keys() and \
                   'Metadata' in template_data.keys() and \
                   'AWS::CloudFormation::Interface' in template_data['Metadata'].keys() \
        else False