Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 1.2 KB

API_Environment.md

File metadata and controls

executable file
·
19 lines (14 loc) · 1.2 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: