Files
spring-cloud-function/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk
Oleg Zhurakousky 895ac30604 Revert "Bumping versions"
This reverts commit 9ad788aef7.
2020-04-08 15:06:14 +02:00
..
2019-03-21 12:48:58 -05:00
2017-06-16 09:43:10 -04:00
2020-04-08 15:06:14 +02:00
2019-07-12 16:52:33 +02:00

////
DO NOT EDIT THIS FILE. IT WAS GENERATED.
Manual changes to this file will be lost when it is generated again.
Edit the files in the src/main/asciidoc/ directory instead.
////

== Quick Start

Unresolved directive in openwhisk-readme.adoc - include::./adapters/openwhisk-quick-start.adoc[]

== Examples

The following examples are built based on the details and explanations above, on how to deploy Spring Cloud Functions on to https://openwhisk.apache.org/[OpenWhisk]

* https://github.com/redhat-developer-demos/ow-scf-fruiteason[Spring Cloud Function PoF Example]. This example shows how to use Spring Cloud Functions by defining simple Plain Old Function (POF)

* https://github.com/redhat-developer-demos/ow-scf-greeter[Spring Cloud Function Application Example]. 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 https://github.com/redhat-developer-demos/openwhisk-scf-docker[here].