Skip to content

Commit 364aa04

Browse files
Update master_deply_v4.2.sh
1 parent 9531ce8 commit 364aa04

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

master_deply_v4.2.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,13 @@ configure_Lambda_template()
555555
deploy_lambda_package()
556556
{
557557
# sls deploy
558-
echo "welcome to lambda deploy"
558+
if [ "$AWS_LAMBDA_DEPLOY_TYPE" == "SLS" ]
559+
then
560+
echo "welcome to lambda SLS deploy"
561+
sls deploy
562+
fi
563+
564+
559565
}
560566
# decrypt_aws_sys_parameter()
561567
# {

0 commit comments

Comments
 (0)