We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6a9d9 commit 2c293a5Copy full SHA for 2c293a5
1 file changed
examples/HelloWorldCounter/greengrassHelloWorldCounter.py
@@ -50,8 +50,8 @@ def function_handler(event, context):
50
queueFullPolicy="AllOrException",
51
payload=json.dumps(
52
{
53
- "message": "Hello world! Sent from Greengrass Core running on platform: {}."
54
- + " Invocation Count: {}".format(my_platform, my_counter)
+ "message": "Hello world! Sent from Greengrass Core running on platform: {}.".format(my_platform)
+ + " Invocation Count: {}".format(my_counter)
55
}
56
),
57
)
0 commit comments