Last active
August 29, 2015 14:25
-
-
Save qrtt1/1778d38e9ee80019e86b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
START RequestId: cc6ac5e7-2fba-11e5-b678-d90a05e980cf | |
[INPUT] {cmd=/bin/bash, args=[-c, export]}Jul 21, 2015 3:11:44 PM qty.aws.lambda.ApplicationExecutor <init> | |
INFO: [/bin/bash, -c, export] | |
RESULT: declare -x AWS_ACCESS_KEY="..." | |
RESULT: declare -x AWS_ACCESS_KEY_ID="..." | |
RESULT: declare -x AWS_DEFAULT_REGION="ap-northeast-1" | |
RESULT: declare -x AWS_LAMBDA_FUNCTION_MEMORY_SIZE="512" | |
RESULT: declare -x AWS_LAMBDA_FUNCTION_NAME="abc" | |
RESULT: declare -x AWS_LAMBDA_FUNCTION_VERSION="HEAD" | |
RESULT: declare -x AWS_LAMBDA_LOG_GROUP_NAME="/aws/lambda/abc" | |
RESULT: declare -x AWS_LAMBDA_LOG_STREAM_NAME="2015/07/21/[HEAD]da909ef7501e43a7830afdb2dbb8c24c" | |
RESULT: declare -x AWS_REGION="ap-northeast-1" | |
RESULT: declare -x AWS_SECRET_ACCESS_KEY="..." | |
RESULT: declare -x AWS_SECRET_KEY="..." | |
RESULT: declare -x AWS_SESSION_TOKEN="..." | |
RESULT: declare -x CLASSPATH="/var/runtime:/var/runtime/lib/LambdaSandboxJavaAPI-1.0.jar" | |
RESULT: declare -x LAMBDA_RUNTIME_DIR="/var/runtime" | |
RESULT: declare -x LAMBDA_TASK_ROOT="/var/task" | |
RESULT: declare -x LD_LIBRARY_PATH="/var/runtime:/var/task:/var/task/lib" | |
RESULT: declare -x NLSPATH="/usr/dt/lib/nls/msg/%L/%N.cat" | |
RESULT: declare -x OLDPWD | |
RESULT: declare -x PATH="/usr/local/bin:/usr/bin:/bin" | |
RESULT: declare -x PWD="/var/task" | |
RESULT: declare -x SHLVL="1" | |
RESULT: declare -x XFILESEARCHPATH="/usr/dt/app-defaults/%L/Dt" | |
END RequestId: cc6ac5e7-2fba-11e5-b678-d90a05e980cf | |
REPORT RequestId: cc6ac5e7-2fba-11e5-b678-d90a05e980cf Duration: 524.73 ms Billed Duration: 600 ms Memory Size: 512 MB Max Memory Used: 78 MB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
START RequestId: 217c279e-2fbc-11e5-84da-8d5d6d6da539 | |
[INPUT] {cmd=/bin/ls, args=[-l, /usr/lib/jvm/jre-1.8.0-openjdk.x86_64/bin/]}Jul 21, 2015 3:21:16 PM qty.aws.lambda.ApplicationExecutor <init> | |
INFO: [/bin/ls, -l, /usr/lib/jvm/jre-1.8.0-openjdk.x86_64/bin/] | |
RESULT: total 212 | |
RESULT: -rwxr-xr-x 1 root root 5240 May 5 21:32 java | |
RESULT: -rwxr-xr-x 1 root root 5360 May 5 21:32 jjs | |
RESULT: -rwxr-xr-x 1 root root 5368 May 5 21:32 keytool | |
RESULT: -rwxr-xr-x 1 root root 5576 May 5 21:32 orbd | |
RESULT: -rwxr-xr-x 1 root root 5384 May 5 21:32 pack200 | |
RESULT: -rwxr-xr-x 1 root root 5416 May 5 21:32 policytool | |
RESULT: -rwxr-xr-x 1 root root 5360 May 5 21:32 rmid | |
RESULT: -rwxr-xr-x 1 root root 5368 May 5 21:32 rmiregistry | |
RESULT: -rwxr-xr-x 1 root root 5384 May 5 21:32 servertool | |
RESULT: -rwxr-xr-x 1 root root 5616 May 5 21:32 tnameserv | |
RESULT: -rwxr-xr-x 1 root root 133184 May 5 21:32 unpack200 | |
END RequestId: 217c279e-2fbc-11e5-84da-8d5d6d6da539 | |
REPORT RequestId: 217c279e-2fbc-11e5-84da-8d5d6d6da539 Duration: 12.82 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 79 MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment