foo module is the script code using the main library.
my_aws_api_library module is the main library module.
test_aws module is the test script.
1. Simply call the foo script mentioned in DevOps Challenge 1
2. Or run directly test_aws script. Follow the notes in test_aws documentation.
To run this python script, you should install The AWS SDK for Python “boto3” and Powerful data structures for data analysis, time series,and statistics “pandas” libraries;
Simply;
$ pip install boto3
$ pip install pandas