def timeout()

in functions/source/update_custommanagedvpc_iam_role.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)