We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9ae9e commit 07e9048Copy full SHA for 07e9048
building/build-lambda-layer.sh
@@ -63,15 +63,15 @@ cd /aws-data-wrangler/
63
# Preparing directories
64
mkdir -p dist
65
rm -rf python
66
-rm -f "awswrangler_layer.zip"
67
-rm -f "dist/awswrangler_layer.zip"
+rm -f "awswrangler-layer.zip"
+rm -f "dist/awswrangler-layer.zip"
68
69
# Building
70
pip install . -t ./python
71
rm -rf python/pyarrow*
72
cp -r ~/pyarrow_files/pyarrow* python/
73
-zip -r "awswrangler_layer.zip" ./python
74
-mv "awswrangler_layer.zip" dist/
+zip -r "awswrangler-layer.zip" ./python
+mv "awswrangler-layer.zip" dist/
75
76
# # Cleaning up the directory again
77
0 commit comments