Skip to content

Commit 7f301f1

Browse files
update default value for PATH
1 parent dc4353e commit 7f301f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/current-supported-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following is a list of environment variables that are part of the AWS Lambda
3939
| AWS\_LAMBDA\_FUNCTION\_MEMORY\_SIZE | Yes | The size of the Lambda function in MB\. |
4040
| AWS\_LAMBDA\_FUNCTION\_VERSION | Yes | The version of the Lambda function\. |
4141
| AWS\_ACCESS\_KEY AWS\_ACCESS\_KEY\_ID AWS\_SECRET\_KEY AWS\_SECRET\_ACCESS\_KEY AWS\_SESSION\_TOKEN AWS\_SECURITY\_TOKEN | Yes | The security credentials that are required to execute the Lambda function, depending on which runtime is used\. Different runtimes use a subset of these keys\. They are generated via an IAM execution role that's specified for the function\. |
42-
| PATH | No | Contains /usr/local/bin, /usr/bin or /bin for running executables\. |
42+
| PATH | No | Contains /var/lang/bin, /usr/local/bin, /usr/bin and /bin for running executables\. |
4343
| LANG | No | Set to en\_US\.UTF\-8\. This is the locale of the runtime\. |
4444
| LD\_LIBRARY\_PATH | No | Contains /lib64, /usr/lib64, LAMBDA\_TASK\_ROOT, LAMBDA\_TASK\_ROOT/lib\. Used to store helper libraries and function code\. |
4545
| NODE\_PATH | No | Set for the Node\.js runtime\. It contains LAMBDA\_RUNTIME\_DIR, LAMBDA\_RUNTIME\_DIR/node\_modules, LAMBDA\_TASK\_ROOT\. |

0 commit comments

Comments
 (0)