Values.EnvironmentSourceA 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.
type nonrec t = {variables : EnvironmentVariables.t option;Environment variable key-value pairs. For more information, see Using Lambda environment variables.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of EnvironmentVariableName.t ]
* [> `String of EnvironmentVariableValue.t ])
list ])
list ]