Skip to content

export時需要將format改為JSON("format":"JSON"),但Shadow上無法看到publish的message資訊

Notifications You must be signed in to change notification settings

advcclin/edgex-to-aws-iot-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edgex-to-aws-iot-chart

Set your aws configuration in app.js.


const aws_config = {
      keyPath: "certs/xxx-private.pem.key",
      certPath: "certs/xxx-certificate.pem.crt",
      caPath: "certs/root-CA.crt",
      clientId: "sdk-nodejs-xxxxxx",
      region: "",
      baseReconnectTimeMs: 4000,
      keepalive: 300,
      protocol: "mqtts",
      port: 8883,
      host: "xxx.iot.your_region.amazonaws.com",
      debug: false
};

Change EdgeX export option.

"format":"AWS_JSON" -> "format":"JSON"

About

export時需要將format改為JSON("format":"JSON"),但Shadow上無法看到publish的message資訊

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published