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 9531ce8 commit 364aa04Copy full SHA for 364aa04
master_deply_v4.2.sh
@@ -555,7 +555,13 @@ configure_Lambda_template()
555
deploy_lambda_package()
556
{
557
# sls deploy
558
- echo "welcome to lambda deploy"
+ if [ "$AWS_LAMBDA_DEPLOY_TYPE" == "SLS" ]
559
+ then
560
+ echo "welcome to lambda SLS deploy"
561
+ sls deploy
562
+ fi
563
+
564
565
}
566
# decrypt_aws_sys_parameter()
567
# {
0 commit comments