├── LICENSE.txt ├── README-ko.md ├── README.md ├── demo-1.png ├── deploy.sh ├── docs ├── OPENWHISK-ko.md ├── OPENWHISK.md ├── getting-started-with-openwhisk.png ├── openwhisk-cli.png └── openwhisk-nav.png └── handler.js /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README-ko.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/README-ko.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/README.md -------------------------------------------------------------------------------- /demo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/demo-1.png -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/deploy.sh -------------------------------------------------------------------------------- /docs/OPENWHISK-ko.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/docs/OPENWHISK-ko.md -------------------------------------------------------------------------------- /docs/OPENWHISK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/docs/OPENWHISK.md -------------------------------------------------------------------------------- /docs/getting-started-with-openwhisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/docs/getting-started-with-openwhisk.png -------------------------------------------------------------------------------- /docs/openwhisk-cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/docs/openwhisk-cli.png -------------------------------------------------------------------------------- /docs/openwhisk-nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/docs/openwhisk-nav.png -------------------------------------------------------------------------------- /handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/ibm-cloud-functions-action-trigger-rule/HEAD/handler.js --------------------------------------------------------------------------------