@uhuru/awsiot-thing-creator
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -25,3 +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/things/${iot:Connection.Thing.ThingName}/msg/*" | ||
] | ||
@@ -28,0 +28,0 @@ }, |
@@ -505,3 +505,3 @@ "use strict"; | ||
console.log(`Failed to find ${policyName}, creating ${policyName}...`); | ||
return this.createPolicy(this.defaultPolicyName); | ||
return this.createPolicy(target); | ||
}); | ||
@@ -508,0 +508,0 @@ const attachPrincipalPolicyCmd = new client_iot_1.AttachPolicyCommand({ |
{ | ||
"name": "@uhuru/awsiot-thing-creator", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
74505