def timeout()

in functions/source/update_custommanaged_cmk_policy.py [0:0]


def timeout(event, context):
    logging.error('Execution is about to time out, sending failure response to CloudFormation')
    cfnresponse.send(event, context, cfnresponse.FAILED, {}, None)