Contents

boto3 1.34.81

0

The AWS SDK for Python

The AWS SDK for Python

Stars: 8668, Watchers: 8668, Forks: 1814, Open Issues: 204

The boto/boto3 repo was created 9 years ago and the last code push was 9 hours ago.
The project is extremely popular with a mindblowing 8668 github stars!

How to Install boto3

You can install boto3 using pip

pip install boto3

or add it to a project with poetry

poetry add boto3

Package Details

Author
Amazon Web Services
License
Apache License 2.0
Homepage
https://github.com/boto/boto3
PyPi:
https://pypi.org/project/boto3/
Documentation:
https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
GitHub Repo:
https://github.com/boto/boto3

Classifiers

No  boto3  pypi packages just yet.

Errors

A list of common boto3 errors.

Code Examples

Here are some boto3 code examples and snippets.

GitHub Issues

The boto3 package has 204 open issues on GitHub

  • ENI tag_set is None when queried from instance resource
  • Lack of validation/documentation of correct value for hashAlgorithm when creating an OTA update
  • Transit Gateway Attachment is getting creating without a Name Tag when calling create_vpn_connection() along with TransitGatewayId Argument.
  • InstanceProfile "has" Roles, but it should "hasMany" Roles
  • S3: Creating a pre-signed URL for complete_multipart_upload does not work
  • Threads calling S3 operations return RuntimeError (cannot schedule new futures after interpreter shutdown)
  • HTML tags are showing in documentation instead of the intended styled text
  • s3.Bucket().objects.delete() does not have proper error handling
  • Please improve docstring on how default region_name and other arguments are set around client using env variables or within Lambda execution
  • CloudWatchEvents.Client.list_rules doc is not accurate
  • Storagegateway create-tape-with-barcode ignores Tags directive
  • Allow passing a size-hint to s3.download_fileobj
  • EC2 documentation page too big (12.5MB)
  • Document difference between S3 object copy vs copy_from
  • Clarify documentation for paginator jmespath

See more issues on GitHub

Related Packages & Articles

awsretry 1.0.2

Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.

awscli-local 0.22.0

Thin wrapper around the "aws" command line interface for use with LocalStack

aws-lambda-powertools 2.36.0

Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity.

aws-configure 2.1.8

A CLI to configure AWS named profiles in ~/.aws/config and ~/.aws/credentials files