We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157fac3 commit 9573f36Copy full SHA for 9573f36
1 file changed
entrypoint.sh
@@ -36,6 +36,7 @@ deploy_lambda_function(){
36
[ -n "$INPUT_LAMBDA_LAYER_ARN" ] && install_zip_dependencies && publish_dependencies_as_layer
37
[ -n "$INPUT_LAMBDA_FUNCTION_NAME" ] && publish_function_code
38
[ -n "$INPUT_LAMBDA_LAYER_ARN" ] && [ -n "$INPUT_LAMBDA_FUNCTION_NAME" ] && update_function_layers
39
+ true
40
}
41
42
deploy_lambda_function
0 commit comments