def increment_1()

in Common/AWSSCV-ContactFlowHelper/Code/awsscv_contact_flow_helper/awsscv_contact_flow_helper.py [0:0]


def increment_1(operation_parameters):
    result = int(operation_parameters['base'])+1
    return result