def GetBlueEnvInfo()

in functions/source/CreateEnvironment/index.py [0:0]


def GetBlueEnvInfo(EnvName):
    response = beanstalkclient.describe_environments(
    EnvironmentNames=[
        EnvName
    ])
    print("Described the environment")
    return response