aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make_layer_zip_02.sh
blob: 8b5bb33775388c9106494b47d9c53ab60c887994 (plain)
1
2
3
4
5
6
7
8
9
# Description: Make the zip file for the layer for the transform & load
# lambda functions

cd "$(dirname "$0")/.."
mkdir -p python_02/lib/python3.11/site-packages
pip3 install --upgrade -r requirements_02.txt -t python_02/lib/python3.11/site-packages
rm layer_02.zip
zip -r layer_02.zip python_02
rm -r python_02/
git.ajschof.me — hosted by ajschofield — powered by cgit