githubEdit

Communicate with the Greengrass nucleus, other components, and AWS IoT Core

circle-info

This page was generated from content adapted from the AWS Developer Guidearrow-up-right

Publish/subscribe local messages

Publish/subscribe AWS IoT Core MQTT messages

Interact with component lifecycle

Interact with component configuration

  • Important Local deployments don't notify components of updates.

Retrieve secret values

  • Important This example component prints the value of a secret, so use it only with secrets that store test data. Don't use this component to print the value of a secret that stores important information.

  • NoteWe recommend that in a production environment, you reduce the scope of the authorization policy, so that the component retrieves only the secrets that it uses. You can change the * wildcard to a list of secret ARNs when you deploy the component.

Interact with local shadows

Manage local deployments and components

Authenticate and authorize client devices

Last updated