We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d45623 commit 429e74eCopy full SHA for 429e74e
runtime/bootstrap
@@ -6,7 +6,7 @@
6
set -eo pipefail
7
8
# Initialization - load function handler
9
-source $LAMBDA_TASK_ROOT/"$(echo $HANDLER | cut -d. -f1).sh"
+source $LAMBDA_TASK_ROOT/"$(echo $_HANDLER | cut -d. -f1).sh"
10
11
# Processing
12
while true
0 commit comments