End of support notice: On October 7th, 2026, Amazon will discontinue support for Amazon IoT Greengrass Version 1. After October 7th, 2026, you will no longer be able to access the Amazon IoT Greengrass V1 resources. For more information, please visit Migrate from Amazon IoT Greengrass Version 1.
Verify the Lambda function is running on the core device
-
From the navigation pane of the Amazon IoT console
, under Test, choose MQTT test client. -
Choose the Subscribe to topic tab.
-
Enter
hello/world
into the Topic filter and expand the Additional configuration. -
Enter the information listed in each of the following fields:
-
For Quality of Service, choose 0.
-
For MQTT payload display, choose Display payloads as strings.
-
-
Choose Subscribe.
Assuming the Lambda function is running on your device, it publishes messages
similar to the following to the hello/world
topic:

Although the Lambda function continues to send MQTT messages to the
hello/world
topic, don't stop the Amazon IoT Greengrass daemon. The remaining
modules are written with the assumption that it's running.
You can delete the function and subscription from the group:
-
On the groups configuration page, under the Lambda functions tab, select the Lambda function you want to remove and choose Remove.
-
On the groups configuration page, under the Subscriptions tab, choose the subscription, and then choose Delete.
The function and subscription are removed from the core during the next group deployment.