Example and Template code for using DynamoDB from C++
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
.