Documents / @faasjs/node-utils / FuncConfig
Type Alias: FuncConfig
FuncConfig =
object
Resolved stage config merged from matching faas.yaml files.
Unknown fields are preserved so applications and plugins can store their own
stage-specific config. server.root and server.base, when present, must be
strings.
Indexable
[
key:string]:any
Properties
plugins?
optionalplugins?:object
Named plugin configs keyed by plugin name.
Index Signature
[key: string]: FuncPluginConfig