AWS Lambda Function Environment
Environment is a property of the AWS::Lambda::Function resource that specifies key-value pairs that
the AWS Lambda (Lambda) function can access so that you can apply configuration changes,
such as
test and production environment configurations, without changing the function code.
Syntax
JSON
{ "Variables" : {String:String, ...} }
YAML
Variables:String:String
