blob: 37e2128070750c158fe0cdd6d06037425c7a2681 [file] [log] [blame]
# Wskdeploy manifest for hello-world
# Deployment using this manifest file creates the following OpenWhisk components:
# Package: openwhisk-helloworld
# Action: openwhisk-helloworld/helloworld.js
project:
namespace: _
packages:
$PACKAGE_NAME:
version: 1.0
license: Apache-2.0
actions:
helloworld:
function: actions/helloworld.js