def lambda_handler()

in cloudformation/functions/source/database-resource-id-custom-resource/app.py [0:0]


def lambda_handler(event, context):
    logger.info("DBI Custom Resource")
    helper(event, context)