Skip to content

Latest commit

 

History

History
Boto3 is the official aws SDK for Python.
It allows Python developers to write software that interacts with AWS services such as:

S3 (Simple Storage Service)
EC2 (Elastic Compute Cloud)
DynamoDB
Lambda
CloudWatch
SNS/SQS, and many more.


When to use resource, client, session?

Use resource for simple tasks
Use client for advanced tasks
Use session to manage credentials/regions