techy
techy

Reputation: 391

Multiple Greengrass Core devices in a group

What I am trying to achieve is having a group of multiple core devices, where the lambda functions gets executed, and these devices will have to send and receive messages across them.

These are my questions regarding it:

  1. Can I have a group with only core devices?
  2. In the above mentioned case, the same lambda functions will be running on all the cores, so in this case, how to create the subscriptions as the target and source will be the lambda functions?

Please advise me.

Upvotes: 0

Views: 756

Answers (1)

Ming Chan
Ming Chan

Reputation: 1948

Greengrass Group only supports one Greengrass core. But you can have multiple Greengrass Aware Devices in the same group and have them connect to the same Greengrass Core. See details in here.

Upvotes: 3

Related Questions