File Explorer

/proc/self/root/proc/2/root/proc/2/task/2/root

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

lambda-entrypoint.sh286 B · 12 lines
#!/bin/sh# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. if [ $# -ne 1 ]; then  echo "entrypoint requires the handler name to be the first argument" 1>&2  exit 142fiexport _HANDLER="$1" RUNTIME_ENTRYPOINT=/var/runtime/bootstrapexec $RUNTIME_ENTRYPOINT