Skip to content

Commit

Permalink
chore: rename built package
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-roys committed Feb 2, 2023
1 parent 79bffe8 commit 78f14f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_monitor/build_lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 78f14f0

Please sign in to comment.