@@ -67,12 +67,12 @@ cfn-guard:
6767 ./scripts/run_cfn_guard.sh
6868
6969build-lambda-packages :
70- mkdir -p .build/$$ {stack_name} -SlackBotFunction
71- mkdir -p .build/$$ {stack_name} -CreateIndexFunction
72- cp -r packages/slackBotFunction/* .build/$$ {stack_name} -SlackBotFunction/
73- pip3 install -r packages/slackBotFunction/requirements.txt -t .build/$$ {stack_name} -SlackBotFunction/
74- cp -r packages/createIndexFunction/* .build/$$ {stack_name} -CreateIndexFunction/
75- pip3 install -r packages/createIndexFunction/requirements.txt -t .build/$$ {stack_name} -CreateIndexFunction/
70+ mkdir -p .build/epsam -SlackBotFunction
71+ mkdir -p .build/epsam -CreateIndexFunction
72+ cp -r packages/slackBotFunction/* .build/epsam -SlackBotFunction/
73+ pip3 install -r packages/slackBotFunction/requirements.txt -t .build/epsam -SlackBotFunction/
74+ cp -r packages/createIndexFunction/* .build/epsam -CreateIndexFunction/
75+ pip3 install -r packages/createIndexFunction/requirements.txt -t .build/epsam -CreateIndexFunction/
7676
7777cdk-deploy : guard-stack_name
7878 REQUIRE_APPROVAL=" $$ {REQUIRE_APPROVAL:-any-change}" && \
@@ -96,7 +96,7 @@ cdk-synth: build-lambda-packages
9696 --quiet \
9797 --app " npx ts-node --prefer-ts-exts packages/cdk/bin/EpsAssistMeApp.ts" \
9898 --context accountId=undefined \
99- --context stackName=$$ stack_name \
99+ --context stackName=epsam \
100100 --context versionNumber=undefined \
101101 --context commitId=undefined \
102102 --context logRetentionInDays=30 \
0 commit comments