Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

node-javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

AWS IoT Sample Code with Node.js and Javascript

This repository contains a single Javascript file that will connect to AWS IoT core using the MQTTS open protocol using certificates.

Pre-requisites

Getting Started

  1. Create an AWS IoT Core instance
  2. Retrieve certificates for connection and put them into this folder
  3. Inside index.js replace line 5 to 8 with your own values
  4. Run node index.js to start publishing sample data!