/AmazonSNSClient

Contributed Library - Amazon SNS for Spark IO Core so it works with Spark Build IDE

Primary LanguageC++Apache License 2.0Apache-2.0

Version 1 of the Experimental AWS SDK for Arduino

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

##Step 1: Create a SNS Topic

We are going to use a Topic with Email Subscription

##Step 2: Import AmazonSNSClient Library

Contributed Libraries > "AmazonSNSClient"

##Step 3: Open the Sample

application.cpp or ino file

##Step 4: Modify Keys and WiFi info

Modify keys.cpp file and add your keys Modify .ino file with Topic ARN

##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.