Skip to content

Commit

Permalink
fix: Default boto3 from aws already has s3transfer library (#524)
Browse files Browse the repository at this point in the history
* breaking: using latest uds-lib + update docker

* feat: use latest uds-lib

* fix: remove s3transfer which should be given by aws in lambda
  • Loading branch information
wphyojpl authored Jan 31, 2025
1 parent bbd9aef commit 9fcd5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: |
python3 "${GITHUB_WORKSPACE}/setup.py" install_lib
- run: |
python3 -m pip uninstall botocore boto3 -y
python3 -m pip uninstall botocore boto3 s3transfer -y
- run: |
# make file runnable, might not be necessary
chmod +x "${GITHUB_WORKSPACE}/ci.cd/create_aws_lambda_zip.sh"
Expand Down

0 comments on commit 9fcd5ad

Please sign in to comment.