/dynamo-db-cpp

Example and Template code for using dynamoDB from C++

Primary LanguageC++MIT LicenseMIT

dynamo-db-cpp

Example and Template code for using DynamoDB from C++

Setup and Installation

To setup this project and build it, just run the following commands:

$ mkdir build
$ cd build
$ cmake ..
$ make

This will create the executable dynamo_cpp , which can be run directly and corresponds to the code in main.cpp.