diff --git a/reference/html/aws.html b/reference/html/aws.html index c837a927b..22436e964 100644 --- a/reference/html/aws.html +++ b/reference/html/aws.html @@ -133,7 +133,7 @@ $(globalSwitch);
-

3.0.2.BUILD-SNAPSHOT

+

3.1.0.BUILD-SNAPSHOT

The AWS adapter takes a Spring Cloud Function app and converts it to a form that can run in AWS Lambda.

diff --git a/reference/html/azure.html b/reference/html/azure.html index 62554435f..9b8bb3f7e 100644 --- a/reference/html/azure.html +++ b/reference/html/azure.html @@ -122,10 +122,7 @@ $(globalSwitch);
-

3.0.2.BUILD-SNAPSHOT

-
-
-

The Azure adapter bootstraps a Spring Cloud Function context and channels function calls from the Azure framework into the user functions, using Spring Boot configuration where necessary. Azure Functions has quite a unique, but invasive programming model, involving annotations in user code that are specific to the platform. The easiest way to use it with Spring Cloud is to extend a base class and write a method in it with the @FunctionName annotation which delegates to a base class method.

+

3.1.0.BUILD-SNAPSHOT

diff --git a/reference/html/gcp-intro.html b/reference/html/gcp-intro.html index 761e058f6..5a4fbaeae 100644 --- a/reference/html/gcp-intro.html +++ b/reference/html/gcp-intro.html @@ -274,7 +274,7 @@ You can get on the

Sample Function

-

Go to the function-sample-gcp to try out a sample function that you can test locally or deploy to GCP.

+

Go to the function-sample-gcp to try out a sample function that you can test locally or deploy to GCP.

diff --git a/reference/html/gcp.html b/reference/html/gcp.html index 7d9085694..f17adf593 100644 --- a/reference/html/gcp.html +++ b/reference/html/gcp.html @@ -122,7 +122,7 @@ $(globalSwitch);
-

3.0.2.BUILD-SNAPSHOT

+

3.1.0.BUILD-SNAPSHOT

@@ -281,7 +281,7 @@ You can get on the

Sample Function

-

Go to the function-sample-gcp to try out a sample function that you can test locally or deploy to GCP.

+

Go to the function-sample-gcp to try out a sample function that you can test locally or deploy to GCP.

diff --git a/reference/html/openwhisk.html b/reference/html/openwhisk.html index 2b99ed5f0..3b6dc1df0 100644 --- a/reference/html/openwhisk.html +++ b/reference/html/openwhisk.html @@ -122,7 +122,7 @@ $(globalSwitch);
-

3.0.2.BUILD-SNAPSHOT

+

3.1.0.BUILD-SNAPSHOT

The OpenWhisk adapter is in the form of an executable jar that can be used in a a docker image to be deployed to Openwhisk. The platform works in request-response mode, listening on port 8080 on a specific endpoint, so the adapter is a simple Spring MVC application.