Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.21 KB

API_Environment.md

File metadata and controls

19 lines (14 loc) · 1.21 KB

Environment

A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.

Contents

** Variables ** Environment variable key-value pairs. For more information, see Using Lambda environment variables.
Type: String to string map
Key Pattern: [a-zA-Z]([a-zA-Z0-9_])+
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: