Skip to content

Commit a724f2a

Browse files
authored
Update samples/README.md for GG IPC (#298)
Adds additional documentation about how the sample must be run from a Greengrass Component with the appropriate policy
1 parent 83c0c04 commit a724f2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,4 +347,6 @@ This sample is intended for direct usage with the Greengrass Discovery tutorial
347347

348348
## Greengrass IPC
349349

350-
This sample is intended for direct usage with the Greengrass IPC tutorial found [here](https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-iot-core-mqtt.html).
350+
This sample must be run from within a Greengrass V2 component using an appropriate policy to perform `aws.greengrass#PublishToIoTCore` and `aws.greengrass#SubscribeToIoTCore` operations on `test/topic` or any other topic passed as a CLI argument.
351+
352+
For more information about Greengrass interprocess communication (IPC), see [here](https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html). This sample uses IPC to perform [IoT Core MQTT operations](https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-iot-core-mqtt.html).

0 commit comments

Comments
 (0)