green-hello
v1.1.9
Published
A sample Greengrass application emitting a `hello` message to another lambda.
Downloads
4
Readme
green-hello
A sample Greengrass application emitting a
hello
message to another lambda.
Current version: 1.1.8
Lead Maintainer: Halim Qarroum
Table of contents
Install
green add npm://green-hello
Description
This application is a sample lambda function for AWS Greengrass used to demonstrate how to deploy Green Applications and their associated dependencies using the green-cli
package manager.
Every 10 seconds, this long-running application will emit a hello
message on the green/world
topic. Upon a reception of an external message on the green/hello
topic, the application will forward it to the green/world
topic.
Deployment
The green-hello
sample application has a dependency on the green-world
application. Use the green-cli command-line deployment tool to deploy green-hello
as stated in the Installation section.
See also
- The green-cli command-line deployment tool.
- The green-world application.
- The green-sdk software development kit for green applications.
- The green-template sample deployment template.