Installation¶
Using pip¶
Installing Dynamic DynamoDB is pretty straight forward using pip.
pip install dynamic-dynamodb
Manually via Git¶
It is also possible to install Dynamic DynamoDB manually, if you do no have access to pip. First checkout the project from GitHub:
git clone https://github.com/sebdah/dynamic-dynamodb
Then install the dynamic-dynamodb command locally.
cd dynamic-dynamodb
make install
Using the CloudFormation template¶
Dynamic DynamoDB provides a CloudFormation template to make it easy to get started. You can read more about that in the cloudformation-template.