Skip to content

Amazon DynamoDB Client for Spark IO Core so it can work on Spark build IDE

License

Notifications You must be signed in to change notification settings

ssepiro/AmazonDynamoDBClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Amazon DynamoDB Client for Spark IO Core so it can work on Spark build IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • C 2.6%
  • Other 1.2%