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 3 years ago
asked 2 years ago
- AWS OFFICIALUpdated 5 months ago
