Interface: SpawnInfo

serverless.SpawnInfo

Information about a spawned serverless-offline app.

Properties

close

close: () => void

Type declaration

▸ (): void

Returns

void


closePromise

closePromise: Promise<void>


output

output: string[]


process

process: ChildProcess


startPromise

startPromise: Promise<string>


url

url: string


ws

ws: string