def update()

in Custom/custom-lookup-exports.py [0:0]


def update(event, context):
    response_data = get_exports()
    physical_resource_id = event['PhysicalResourceId']
    return physical_resource_id, response_data