问题
I need to append the root path of the ZIP file for Amazon Lambda function because I have placed an executable file there.
I have tried: PATH = "$PATH:$LAMBDA_TASK_ROOT:/"
It did not work.
回答1:
You can set it in the lambda console itself by modifying the environment variables.
来源:https://stackoverflow.com/questions/47136472/aws-lambda-add-path-variable