blob: c0b4cabcb284d690833bc358dfcd1537a2688673 [file] [log] [blame]
packages:
ValidateWhiskConfig:
apiHost: sample.manifest.openwhisk.org
credential: sample-manifest-credential
namespace: sample-manifest-namespace
actions:
# helloworld action in NodeJS
helloworld:
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!