def format_env()

in aws/hhvm1/lambdas/common.py [0:0]


def format_env(env):
  return '\n'.join([f'{var}="{value}"' for var, value in env.items()])