Skip to content Skip to sidebar Skip to footer
Showing posts with the label Boto3

How Do I Read A Gzipped Parquet File From S3 Into Python Using Boto3?

I have a file called data.parquet.gzip on my S3 bucket. I can't figure out what's the probl… Read more How Do I Read A Gzipped Parquet File From S3 Into Python Using Boto3?

Is There A Way To Iterate Through S3 Object Content Using A Sql Expression?

I would like to iterate through each s3 bucket object and use a sql expression to find all the cont… Read more Is There A Way To Iterate Through S3 Object Content Using A Sql Expression?

Boto3 Aws Api - Listing Available Instance Types

Instance types: (t2.micro, t2.small, c4.large...) those listed here: http://docs.aws.amazon.com/AWS… Read more Boto3 Aws Api - Listing Available Instance Types

Boto3 Version Of List-objects-v2 --query Command In Aws Cli

Would like to know the python boto3 code for below AWS CLI aws s3api list-objects-v2 \ --bucket myB… Read more Boto3 Version Of List-objects-v2 --query Command In Aws Cli

Read From Kinesis Is Giving Empty Records When Run Using Previous Sequence Number Or Timestamp

I am trying to read the messages pushed to Kinesis stream with the help of get_records() and get_… Read more Read From Kinesis Is Giving Empty Records When Run Using Previous Sequence Number Or Timestamp

Change The Number Of Request Retries In Boto3

In boto3 or botocore, how do I do the equivalent of setting the number of request retries? e.g. in … Read more Change The Number Of Request Retries In Boto3