Skip to content

Commit 6faca87

Browse files
authored
Update entrypoint.sh
1 parent b2f950b commit 6faca87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ update_function_layers(){
3737
echo "Using the layer in the function..."
3838
echo "lambda function name"
3939
echo ${INPUT_LAMBDA_FUNCTION_NAME}
40+
echo "lambda layer version:"
41+
echo ${LAYER_VERSION}
4042
aws lambda update-function-configuration --function-name "${INPUT_LAMBDA_FUNCTION_NAME}" --layers "${INPUT_LAMBDA_LAYER_ARN}:${LAYER_VERSION}"
4143
}
4244

0 commit comments

Comments
 (0)