blob: 3e4c5b7013c3af4d230f90d27ebb6a820528d4f8 [file] [log] [blame]
packages:
packageValidatingProject:
actions:
hello:
function: actions/hello.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!