packages:
helloworld:
actions:
helloworld:
location: src/helloworld.js
runtime: nodejs:6
inputs:
name:
type: string
description: name of a person
place:
type: string
description: location of a person
outputs:
payload:
type: string
description: a simple greeting message, Hello World!
triggers:
locationUpdate:
rules:
helloworldOnLocationUpdate:
action: helloworld
trigger: locationUpdate