Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 2.79 KB

lambdas.md

File metadata and controls

29 lines (23 loc) · 2.79 KB

Lambdas

A partial representation of a Build used by the deployment endpoint.

Example Usage

import { Lambdas } from "@vercel/sdk/models/createdeploymentop.js";

let value: Lambdas = {
  output: [
    {
      path: "/usr/obj",
      functionName: "<value>",
    },
  ],
};

Fields

Field Type Required Description
id string N/A
createdAt number N/A
entrypoint string N/A
readyState models.CreateDeploymentReadyState N/A
readyStateAt number N/A
output models.CreateDeploymentOutput[] ✔️ N/A