1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
I found the problem and posting here in case anybody suffers from the same problem.
In order to be able to {iot:thingName} in component configurations I had to enable interpolateComponentConfiguration on Nucleus configuration like below:
configurationUpdate: {
merge: JSON.stringify({
interpolateComponentConfiguration: true,
}),
},
More details here -> https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-interpolate-component-configuration
Relevant content
- asked 4 years ago
- asked 3 months ago
- Accepted Answerasked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 7 months ago