aws-sdk-arduino
aws-sdk-arduino copied to clipboard
An experimental SDK for working with AWS Services on Arduino-compatible devices. Currently has support for DynamoDB and Kinesis.
Hi, Is anybody able to help me work out how to use BatchWriteItem on Arduino using the SDK? I've got putItem working fine, and from reading the library have worked...
### Basic Infos #### Hardware Hardware: ESP8266 Core Version: 1.0.0 ### Description I am getting Exception (3) when I try to send data to a AWS server. I have made...
Creating a bin folder with a script to convert this library to arduino library to by copying source files from subfolders to src folders for arduino ide to detect it
I am running this on Intel Galileo Gen 2. But I am getting an error 'const int HASH_HEX_LEN' previously defined here' . Kindly, suggest what I am doing wrong.
I spent the good part a day removing all of the empty parenthesis in this code when an object is being instantiated just to get this work on a Photon....
Hello, This appears to be EXACTLY what we have been looking for ... but I'm a little confused by the naming and examples. Will this run on a Arduino? Is...
Hi, i'm finding when i compile the dynamo put .ino with all of the cpp/h files from the src directory (including added keys.h and keys.cpp files) the resulting binary is...