FunctionStatus:
    | "Queued"
    | "Deploying"
    | "Ready"
    | "Failed"

Status of the function.

  • Queued: Initial state when the function is created.
  • Deploying: The function is being deployed.
  • Ready: The function is ready and can be called.
  • Failed: The function deployment failed.