aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make_layer_zip_01.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_layer_zip_01.sh')
-rwxr-xr-xscripts/make_layer_zip_01.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/make_layer_zip_01.sh b/scripts/make_layer_zip_01.sh
deleted file mode 100755
index c2d4534..0000000
--- a/scripts/make_layer_zip_01.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-# Description: Make the zip file for the layer for the extract lambda function
-
-cd "$(dirname "$0")/.."
-mkdir -p python_01/lib/python3.11/site-packages
-pip3 install --upgrade -r requirements_lambda_01.txt -t python_01/lib/python3.11/site-packages
-rm layer_01.zip
-zip -r layer_01.zip python_01
-rm -r python_01/
git.ajschof.me — hosted by ajschofield — powered by cgit