-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'is_s3express_bucket' from 'botocore.utils' when lambda update-function-code #8493
Comments
Hi! We were not able to reproduce this installing the latest AWS CLI into a new virtual environment. It does look like you're installing the latest version of botocore ( Could you:
|
Thank you for your quick reply. The following is how pip freeze was run.
Therefore, the problem was not caused by an upgrade of the awscli version. |
Thanks for confirming! Closing this out. Let us know if you encounter any issues. |
|
Describe the bug
After I updated awscli to 1.32.25 and now
aws lambda update-function-code
fails.Expected Behavior
Aws cli working and able to update lambda functions.
Current Behavior
Aws cli cannot update lambda functions.
Reproduction Steps
pip install --user awscli
Possible Solution
No response
Additional Information/Context
CLI version used
1.32.25
Environment details (OS name and version, etc.)
CircleCI ubuntu-2204:2023.10.1
The text was updated successfully, but these errors were encountered: