AmazonDynamoDBClient (community library)

Summary

Name Value
Name AmazonDynamoDBClient
Version 0.0.2
Installs 550
License Apache 2.0 license
Author Jinesh Varia jvaria@amazon.com
URL https://github.com/jinman/amazondynamodbclient
Repository https://github.com/jinman/amazondynamodbclient.git
Download .tar.gz
All Versions 0.0.2, 0.0.1

Amazon DynamoDB Client for Spark Core.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

Version 1 of the Experimental AWS SDK for Arduino

An experimental SDK for contacting AWS Services on Arduino-compatible devices.

##Step 1: Create Amazon DynamoDB Table.

We are going to use a Table with two columns "device_id" and "time"

##Step 2: Import AmazonDynamoDB Contributed Library

Sketch > Contributed Libraries "AmazonDynamoDBClient"

##Step 3: Open the Sample

Load the .ino or application.cpp file

##Step 4: Modify Keys and WiFi info

Modify keys.cpp file and add your keys Modify application.cpp file with your table details

##Step 5: Verify, Compile and Upload

Wire your connected device. After the wiring is finished, you should be able to connect two cables to your computer via usb, compile and upload the code with the Arduino IDE.

Browse Library Files