This program will publish test mqtt messages using the AWS IOT hub
-
Sign in to AWS Amazon > Services > AWS IoT > Settings > copy Endpoint This is your awshost
-
Change following things in the below program: a. awshost (from step 1) b. clientId (Thing_Name) c. thingName (Thing_Name) d. caPath (root-CA_certificate_Name) e. certPath (<Thing_Name>.cert.pem) f. keyPath (<Thing_Name>.private.key)
-
Keep all the files in folder where all aws key files are kept.
-
Run publisher_dynamodb.py script