Skip to content

Commit 429e74e

Browse files
committed
refactor: use _HANDLER variable instead of HANDLER in the bootstrap
1 parent 7d45623 commit 429e74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -eo pipefail
77

88
# Initialization - load function handler
9-
source $LAMBDA_TASK_ROOT/"$(echo $HANDLER | cut -d. -f1).sh"
9+
source $LAMBDA_TASK_ROOT/"$(echo $_HANDLER | cut -d. -f1).sh"
1010

1111
# Processing
1212
while true

0 commit comments

Comments
 (0)