Articles → AWS → Environment Variables In Lambda Function
Environment Variables In Lambda Function
What Are Environment Variables?
- An environment variable is the key-value pair
- An environment variable can be set from outside the application
- PATH is an example of an environment variable
Steps
- Create a lambda function
- Add an environment variable in the lambda function
- Use the environment variable in the code
Create A Lambda Function
Add An Environment Variable In The Lambda Function
Click to Enlarge
Click to Enlarge
Click to Enlarge
Use The Environment Variable In The Code
process.env.<ENVIRONMENT_VARIABLE>
Click to Enlarge