Hierarchy

  • ServerlessFunctionOptions

Properties

concurrency?: number

invoke concurrency, just for aliyun

description?: string

function description

environment?: any

environment variable, key-value

functionName?: string

function name

handlerName?: string

function handler name, like 'index.handler'

initTimeout?: number

function init timeout, just for aliyun

isDeploy?: boolean

deploy or not

memorySize?: number

function memory size, unit: M

runtime?: string

function runtime, nodejs10, nodejs12, nodejs14

stage?: string

function invoke stage, like env, just for tencent

timeout?: number

function timeout value, unit: seconds

Generated using TypeDoc