Python Module: Boto
August 7, 2008 § Leave a Comment
In short, Boto is a comprehensive API for Amazon Web Services.
It covers:
- S3
- EC2
- Simple DB
- Mechanical Turk
- Simple Queue Service
Below is my personal opinions about Boto:
- The SDB API is very pythonic, easy to understand and easy to use.
- The SDB API supports multi-threading query calls, very nice.
- Variable names between SDB and S3 aren’t very consistent, as if it was written by 2 different people. But that’s just syntactical issue.
Reference: