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 b2f950b commit 6faca87Copy full SHA for 6faca87
1 file changed
entrypoint.sh
@@ -37,6 +37,8 @@ update_function_layers(){
37
echo "Using the layer in the function..."
38
echo "lambda function name"
39
echo ${INPUT_LAMBDA_FUNCTION_NAME}
40
+ echo "lambda layer version:"
41
+ echo ${LAYER_VERSION}
42
aws lambda update-function-configuration --function-name "${INPUT_LAMBDA_FUNCTION_NAME}" --layers "${INPUT_LAMBDA_LAYER_ARN}:${LAYER_VERSION}"
43
}
44
0 commit comments