Skip to content

Commit 5a4f722

Browse files
committed
Additional fixes for broken dependencies
1 parent 824554f commit 5a4f722

4 files changed

Lines changed: 3320 additions & 386 deletions

File tree

Infra/deployStack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
set -e;
77

88
CDK_PROFILE=default
9+
910
while [[ "$#" -gt 0 ]]; do case $1 in
1011
--profile) CDK_PROFILE="$2"; shift;;
1112
esac; shift; done
1213

14+
echo "Using AWS profile '$CDK_PROFILE'"
15+
1316
# Build all the lambdas
1417
cd ../Lambdas/Common && npm i && npm run build
1518
cd ../ChimeCallService && npm i && npm run build

Lambdas/ChimeCallService/package-lock.json

Lines changed: 0 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)