@uhuru/awsiot-thing-creator
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -25,5 +25,3 @@ { | ||
"arn:aws:iot:%region%:%accountId%:topic/enebular/things/${iot:Connection.Thing.ThingName}/shadow/*", | ||
"arn:aws:iot:%region%:%accountId%:topic/enebular/things/${iot:Connection.Thing.ThingName}/msg/*", | ||
"arn:aws:iot:%region%:%accountId%:topic/enebular/to-agent/${iot:Connection.Thing.ThingName}", | ||
"arn:aws:iot:%region%:%accountId%:topic/$aws/rules/enebular_agent_to_cloud" | ||
"arn:aws:iot:%region%:%accountId%:topic/enebular/things/${iot:Connection.Thing.ThingName}/msg/*" | ||
] | ||
@@ -30,0 +28,0 @@ }, |
@@ -22,11 +22,4 @@ { | ||
] | ||
}, | ||
{ | ||
"Effect": "Allow", | ||
"Action": "iot:Subscribe", | ||
"Resource": [ | ||
"arn:aws:iot:%region%:%accountId%:topicfilter/enebular/to-agent/${iot:Connection.Thing.ThingName}" | ||
] | ||
} | ||
] | ||
} |
{ | ||
"name": "@uhuru/awsiot-thing-creator", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
75415
899