FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

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?

optional plugins?: object

Named plugin configs keyed by plugin name.

Index Signature

[key: string]: FuncPluginConfig