GetFunctionUploadURLRequest: {
    contentLength: number;
    functionId: string;
    region?: Region;
}

Type declaration

  • contentLength: number

    Size of the archive to upload in bytes.

  • functionId: string

    UUID of the function to get the upload URL for.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.