def get_kinesis_stream()

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


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