Skip to content
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

Add python urllib3 support #729

Open
wojciechbojewski opened this issue Feb 3, 2024 · 0 comments
Open

Add python urllib3 support #729

wojciechbojewski opened this issue Feb 3, 2024 · 0 comments

Comments

@wojciechbojewski
Copy link

Hello.

As we can read on AWS Blog requests is not supported by default in AWS Lambda function. It would be helpful to have urllib3 in Code snippet - "Python - urllib3"

The upcoming changes to AWS SDK

One of the main changes is that the requests library was replaced with urllib3. Additionally, the requests dependency was also unvendored, meaning Botocore can now support a range of versions of urllib3, instead of relying on a specific version. From version 1.13.0, the requests module is no longer part of the AWS SDK for Python. These changes create additional flexibility for Python developers, and can result in performance improvements for applications using Botocore.

Although the SDK has removed the requests module, the Lambda service continues to bundle the requests module in the AWS SDK until January 30, 2021. This is so builders have additional time to decide on the best course of action for their Python Lambda functions that rely on the requests module.

Thanks,
Wojtek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant