Skip to content

Commit 9d48a60

Browse files
authored
chore: Remove urllib3 from lambda package (#2513)
* chore: Bump boto3 & botocore Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> * Package newer boto versions with the layers Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> * Revert "Package newer boto versions with the layers" due to package size limits This reverts commit 5f5b3be. * Revert "chore: Bump boto3 & botocore" due to package size limits and thus being unable to package newser version with lambda layer This reverts commit 82c8c33. * Cap urllib3 version Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> * Revert "Cap urllib3 version" This reverts commit 163b870. * Remove urllib3 from lambda layers package Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> --------- Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
1 parent b8c8a27 commit 9d48a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pip3 install . -t ./python ".[redshift,mysql,postgres,gremlin,opensearch,openpyx
8585

8686
rm -rf python/pyarrow*
8787
rm -rf python/boto*
88+
rm -rf python/urllib3*
8889

8990
cp -r /aws-sdk-pandas/dist/pyarrow_files/pyarrow* python/
9091

0 commit comments

Comments
 (0)