Skip to content

Commit 5950e87

Browse files
committed
Update stackName in build-lambda-packages Makefile target
1 parent 0eccbd4 commit 5950e87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ cfn-guard:
6767
./scripts/run_cfn_guard.sh
6868

6969
build-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

7777
cdk-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

Comments
 (0)