Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 575 Bytes

File metadata and controls

18 lines (13 loc) · 575 Bytes

Hello World Python with CloudFormation

What is this function?

This function is the same as the other Python Hello World function in this repository but it also launches a CloudFormation template that republishes messages from a core onto a shared topic hello/world. If you launch this function on multiple cores you should expect to see messages showing up on hello/world for each core.

The messages look like this:

{
  "message": "Hello World received from AWS_GREENGRASS_GROUP_NAME"
}

Where AWS_GREENGRASS_GROUP_NAME is the name of each group.