Getting Started with Kamboo

This tutorial will walk you through installing and configuring Kamboo, as well how to use it to make API calls.

This tutorial assumes you are familiar with Python & that you have registered for an Amazon Web Services account. You’ll need retrieve your Access Key ID and Secret Access Key from the web-based console.

Installing Kamboo

via PyPI

You can use pip to install the latest released version of Kamboo:

pip install kamboo

via Github

You can use git to download and install the latest developing version of Kamboo:

git clone https://github.com/henrysher/kamboo.git
cd kamboo; python setup.py install
Read the Docs v: latest
Versions
latest
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.