for flag in ["lambda-profile"]:
    value = options.get(flag)
    if value:
      full_command += ["--%s=%s" % (flag, str(value))]