July 2018
Intermediate to advanced
350 pages
8h 47m
English
Let's look at the environment variables that are set and available in the AWS Lambda (FaaS) execution environment. The following list contains the environment variables that are set and made available to AWS Lambda functions. Most of these environment variables are reserved by AWS Lambda and can't be changed by your AWS Lambda function; however, there are a few I have indicated that you can change within your AWS Lambda function. It is good to know and understand that these environment variables exist, as you either use them in your AWS Lambda function or change the ones that you are allowed to change based on your function's needs:
| Environment variable name | Reserved | Value |
| AWS_EXECUTION_ENV | Yes |
This environment ... |
Read now
Unlock full access