Skip to content

Sample project using Spring Boot for sending data to AWS IoT Core

Notifications You must be signed in to change notification settings

JavierMF/sensor-data-sender-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Sample Spring-Boot Data Sender for AWS IoT Core

Sample project using Spring Boot for sending data to AWS IoT Core. You will need to setup your account properties in an application.properties file or in environment variables:

aws.endpoint=
aws.clientId=
aws.accessKey=
aws.secretAccessKey=

By default sends basic data about the Java Runtime state, but new senders can be easily added implementing the SensorsDataReader interface.

About

Sample project using Spring Boot for sending data to AWS IoT Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages