AWS – AWS Lambda simplifies copying environment variables in the console code editor
AWS Lambda console code editor now includes a read file listing all the environment variables associated with the function, making it easier for developers to discover the variables and reference them in their code. Environment variables are key-value pairs that developers use to extend a function’s configuration outside of their code. When referencing the environment variables in their code, developers need the keys.
Read More for the details.