From 78f14f071f6a8161e88b70d29266da62923055de Mon Sep 17 00:00:00 2001 From: Nathan Roys Date: Thu, 2 Feb 2023 18:01:08 +0000 Subject: [PATCH] chore: rename built package --- account_monitor/build_lambda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_monitor/build_lambda.sh b/account_monitor/build_lambda.sh index 2263a5f..8097581 100755 --- a/account_monitor/build_lambda.sh +++ b/account_monitor/build_lambda.sh @@ -25,7 +25,7 @@ pip3 install -r lambda/requirements.txt --target ./_package cp lambda/main.py ./_package # Zip up the package dependencies -cd _package; zip -r ../aws-account-monitor.zip *; cd .. +cd _package; zip -r ../lambda-account-monitor-package.zip *; cd .. # Delete the temporary package folder rm -rf ./_package \ No newline at end of file