From 0fb44515cd6e66fa4a324d63716e5da2017d7418 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 3 Mar 2020 08:55:38 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/aws-intro.html | 2 +- reference/html/aws-readme.html | 2 +- reference/html/aws.html | 2 +- reference/html/spring-cloud-function.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/html/aws-intro.html b/reference/html/aws-intro.html index 1798c9d00..d74d8ab09 100644 --- a/reference/html/aws-intro.html +++ b/reference/html/aws-intro.html @@ -175,7 +175,7 @@ to use. The next section will explain you how you can accomplish just that.

The adapter has a couple of generic request handlers that you can use. The most generic is (and the one we used in the Getting Started section) is org.springframework.cloud.function.adapter.aws.FunctionInvoke which is the implementation of AWS’s RequestStreamHandler. -User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deplioyimng function. +User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deploying function. It will handle most of the case including Kinesis, streaming etc. .

diff --git a/reference/html/aws-readme.html b/reference/html/aws-readme.html index f2e8ae443..4b6b6c769 100644 --- a/reference/html/aws-readme.html +++ b/reference/html/aws-readme.html @@ -182,7 +182,7 @@ to use. The next section will explain you how you can accomplish just that.

The adapter has a couple of generic request handlers that you can use. The most generic is (and the one we used in the Getting Started section) is org.springframework.cloud.function.adapter.aws.FunctionInvoke which is the implementation of AWS’s RequestStreamHandler. -User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deplioyimng function. +User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deploying function. It will handle most of the case including Kinesis, streaming etc. .

diff --git a/reference/html/aws.html b/reference/html/aws.html index 01682a493..59bc49706 100644 --- a/reference/html/aws.html +++ b/reference/html/aws.html @@ -199,7 +199,7 @@ to use. The next section will explain you how you can accomplish just that.

The adapter has a couple of generic request handlers that you can use. The most generic is (and the one we used in the Getting Started section) is org.springframework.cloud.function.adapter.aws.FunctionInvoke which is the implementation of AWS’s RequestStreamHandler. -User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deplioyimng function. +User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deploying function. It will handle most of the case including Kinesis, streaming etc. .

diff --git a/reference/html/spring-cloud-function.html b/reference/html/spring-cloud-function.html index 6890ae3be..45f26fd1c 100644 --- a/reference/html/spring-cloud-function.html +++ b/reference/html/spring-cloud-function.html @@ -1417,7 +1417,7 @@ to use. The next section will explain you how you can accomplish just that.

The adapter has a couple of generic request handlers that you can use. The most generic is (and the one we used in the Getting Started section) is org.springframework.cloud.function.adapter.aws.FunctionInvoke which is the implementation of AWS’s RequestStreamHandler. -User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deplioyimng function. +User doesn’t need to do anything other then specify it as 'handler' on AWS dashborad when deploying function. It will handle most of the case including Kinesis, streaming etc. .