tree: ec3fdcc8d48ed6c48b9a0e3fb2d2ca65efe0f2b2 [path history] [tgz]
  1. .gitignore
  2. __main__.py
  3. build.sh
  4. clean.sh
  5. deploy.sh
  6. README.md
  7. test.sh
action/README.md

Building an OpenWhisk Action

This directory helps with creating an OpenWhisk action that will implement the pycompose functionality.

Quick Start

$ ./build.sh
$ ./deploy.sh
$ ./test.sh
ok

Usage in Other Clients

One suggested use of the action is to build the action source (pycompose.zip), using the build.sh script. Include the built zip with your client. Then, for each user of the client, deploy the action using that source, and invoke the action as needed.