Skip to content

Files

Latest commit

 

History

History
20 lines (15 loc) · 498 Bytes

faastjs.commonoptions.env.md

File metadata and controls

20 lines (15 loc) · 498 Bytes
id title hide_title
faastjs.commonoptions.env
CommonOptions.env property
true

faastjs > CommonOptions > env

CommonOptions.env property

Environment variables available during serverless function execution. Default: {}.

Signature:

env?: {
        [key: string]: string;
    };