blob: 1c2659b68d7192200a69c7473f47b8d1d0448fd4 [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:
openwhisk-helloworld:
version: 1.0
license: Apache-2.0
actions:
helloworld:
function: actions/helloworld.js