def get_cloudwatch_alarm_out()

in step-scaling/index.py [0:0]


def get_cloudwatch_alarm_out():
    try:
        return os.environ['CloudWatchAlarmNameOut']
    except Exception as e:
        print ("ERROR - Exception in get_cloudwatch_alarm_out")
        print(e)