Skip to content

Connecting Raspberry Pi with AWS cloud and Dynamo database.

License

Notifications You must be signed in to change notification settings

nithin-k-shine/RaspberryPi-AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Connecting Raspberry Pi with AWS cloud and database.

Refer Sending-sensor-data-from-ESP32-to-AWS-DynamoDB-cloud-storage for configuring device and database in AWS.

Example command to run the given program specifying the location of file and certificates along with the MQTT topic and iot endpoint:

python3 ~/Documents/AWS_Rpi_Project.py --topic topic_1/pub --ca_file ~/certs/Amazon-root-CA-1.pem --cert ~/certs/certificate.pem.crt --key ~/certs/private.pem.key --endpoint xxxxxxxxxxxxx-ats.iot.ap-south-1.amazonaws.com

Releases

No releases published

Packages

No packages published

Languages