Dynamodb first look


Today I finished the upload scripts to DynamoDB. Every 120 secs three measurements are uploaded. As expected this doesn´t scratch the provisioned WCUs of my free tier,so the costs shouldn´t be of any concern here. Hopefully!

DynamoDB load with 120 sec update

At the moment every 120 seconds three values (inside/outside temperature and humidty) are sent to DynamoDB. So there is enough free space to raise the number of sensors and/or shorten the scrape interval.

Of course this was the expected case, but to see it work as planned and hoped is a bit satisfying.