2 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
0
Hi majh. I'm not clear what event you want to capture, but individual components can use this API to be notified about changes coming in a deployment: https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-component-lifecycle.html#ipc-operation-subscribetocomponentupdates
0
Hi,
Here is the documentation explaining how you can configure notifications using AWS event bridge and Amazon SNS: https://docs.aws.amazon.com/greengrass/v2/developerguide/deployment-health-notifications.html
Thanks for your response - but isn't this calling a backend API ? Isn't there any device side mechanism to get such notifications ?
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor einem Jahr
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor einem Jahr
Hi Greg - basically what I want to do is:
These are all the available event streams: https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-subscribe-operations. The events from
SubscribeToComponentUpdates
gives you the deployment ID. You could use HARD dependencies to make one of your components always be the last to be processed in a deployment. So it could be a proxy for the whole deployment.