Replies: 3 comments 2 replies
-
This question is best asked on the greengrass nucleus repository. Our insight into nucleus behavior is probably the same as yours. |
Beta Was this translation helpful? Give feedback.
-
A component may only update its own configuration, it cannot update another component's configuration. To update other components, you must use a deployment. You can create a deployment in your component using the API: https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-local-deployments-components.html#ipc-operation-createlocaldeployment |
Beta Was this translation helpful? Give feedback.
-
Added the feature request to Nuclues repository aws-greengrass/aws-greengrass-nucleus#1712 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to update other component configurations (e.g. the MqttBridge ) dynamically from my custom component. However, I couldn't find a way to do it, except through cloud-deployments / subdeployments.
I noticed that SubscribeToConfigurationUpdateRequest has an optional
componentName
property.Is it possible to add a similar property to the UpdateConfigurationRequest ?
Nucleus implementation for SubscribeToConfigurationUpdateRequest handler
Nucleus implementation for UpdateConfigurationRequest handler
Beta Was this translation helpful? Give feedback.
All reactions