in apply/src/awsqs_kubernetes_resource/vpc.py [0:0]
def random_string(length=8): return "".join(choice(ascii_lowercase) for _ in range(length))