Top "Boto3" questions

Boto 3 - The Amazon Web Services (AWS) SDK for Python

How to get more than 1000 objects from S3 by using list_objects_v2?

I have more than 500,000 objects on s3. I am trying get the size of each object. I am using the …

python amazon-s3 boto3
AccessDenied when calling the CreateMultipartUpload operation in Django using django-storages and boto3

I want to use django-storages to store my model files in Amazon S3 but I get Access Denied error. I …

django amazon-s3 boto3 botocore
How to mock AWS DynamoDB service?

My service uses AWS DynamoDB as dependency. I want to write unit tests, but I don't know how to mock …

python amazon-dynamodb boto3 moto
Create directories in Amazon S3 using python, boto3

I know S3 buckets not really have directories because the storage is flat. But it is possible to create directories …

python amazon-web-services amazon-s3 boto3
Example for Authenticating using AWS Cognito (boto3)

I am trying AWS Cognito using boto3. I find it difficult to understand by reading the AWS documentation. I am …

amazon-web-services oauth-2.0 boto3 amazon-cognito facebook-authentication
AWS Cognito Authentication USER_PASSWORD_AUTH flow not enabled for this client

I have an mobile app with user pool (username & password). The app works fine with aws-amplify sdk. But, wanted …

python amazon-web-services boto3 aws-cognito
Is it possible to combine if_not_exists and list_append in update_item

I'm trying to use the update_item functionality for DynamoDB in boto3. I'm struggling right now to update lists for …

amazon-dynamodb boto3
How to read csv file from s3 bucket in AWS Lambda?

I am trying to read the content of a csv file which was uploaded on an s3 bucket. To do …

python amazon-s3 aws-lambda boto3 aws-serverless
Update nested map dynamodb

I have a dynamodb table with an attribute containing a nested map and I would like to update a specific …

python nested amazon-dynamodb boto3