Playing with Boto in AWS

In this post we’ll go over a few common commands for interacting with AWS S3 and SQS using Python Boto. These were pulled from the pages of my Jupiter notebook and have been valuable in jump stating new projects. Lets start with an example for listing all S3 buckets: In this example we’ll again list …