总结

Python 中的 AWS Boto 入门

Maksim Pecherskiy

Data Engineer

AWS 服务

休息

Python 中的 AWS Boto 入门

Boto3

s3 = boto3.client('s3', 
    region_name='us-east-1', 
    aws_access_key_id=AWS_KEY_ID,      
    aws_secret_access_key=AWS_SECRET)
buckets = s3.list_buckets()

Boto3

Python 中的 AWS Boto 入门

IAM

IAM

Python 中的 AWS Boto 入门

S3

S3

S3

Python 中的 AWS Boto 入门

SNS

SNS

Python 中的 AWS Boto 入门

Rekognition

Rekognition

Rekognition

Python 中的 AWS Boto 入门

AWS Translate

AWS Translate

Python 中的 AWS Boto 入门

Comprehend

AWS Comprehend

Python 中的 AWS Boto 入门

查阅文档!

BOTO 文档

Python 中的 AWS Boto 入门

其他 AWS 服务

RDS

Lambda

EC2

Textract

Python 中的 AWS Boto 入门

谢谢!

Maksim 和 Sam

Python 中的 AWS Boto 入门

云端再见!

Python 中的 AWS Boto 入门

Preparing Video For Download...