From c11a4454ff93be3e420e46b597c8b28190671fa1 Mon Sep 17 00:00:00 2001 From: Kamesh Sampath Date: Mon, 26 Feb 2018 19:57:56 +0530 Subject: [PATCH] Added links to OpenWhisk SCF examples Signed-off-by: Kamesh Sampath --- .../README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/README.md b/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/README.md index 99dd78197..e06a0a440 100644 --- a/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/README.md +++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/README.md @@ -78,3 +78,17 @@ wsk action invoke example --result --param payload foo "result": "FOO" } ``` +# Examples + +The following examples are built based on the details and explanations above, on how to deploy Spring Cloud Functions on to [OpenWhisk](https://openwhisk.apache.org/) + +* [Spring Cloud Function PoF Example](https://github.com/redhat-developer-demos/ow-scf-fruiteason) + +This example shows how to use Spring Cloud Functions by defining simple Plain Old Function (POF) + +* [Spring Cloud Function Application Example](https://github.com/redhat-developer-demos/ow-scf-greeter) + +This example shows how to use Spring Cloud Functions with a complete Spring Boot Application +that has functions defined by extending `java.util.function.Function` interfaces. + +The base docker images used for above examples is available [here](https://github.com/redhat-developer-demos/openwhisk-scf-docker). \ No newline at end of file