Files
spring-cloud-function/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk
2023-12-19 23:14:50 +00:00
..
2020-06-10 16:43:04 +02:00
2017-06-16 09:43:10 -04:00
2023-12-19 23:14:50 +00: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].