AWS DynamoDB

VOLKSWATSON

Project #2: Send Data To A DynamoDB Table

I have been working on a script to control a fan on my smoker and send data to a database online for later retrieval. So I set up the table in DynamoDB and now the Raspberry Pi writes to it whenever the script is run.

Here is a brief breakdown:
- Download and installed boto3 (AWS client for python)
- Combined my existing script with boto3 to write to table.
- Tested and data writes to the table


I'm still learning DynamoDB - very different from relational DBs. More to come...