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.
** 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
For more information about using this API in one of the language-specific AWS SDKs, see the following: