Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-03-03 08:55:38 +00:00
parent e0abec1b82
commit 0fb44515cd
4 changed files with 4 additions and 4 deletions

View File

@@ -1417,7 +1417,7 @@ to use. The next section will explain you how you can accomplish just that.</p>
<div class="paragraph">
<p>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 <code>org.springframework.cloud.function.adapter.aws.FunctionInvoke</code> which is the implementation of AWS&#8217;s <code>RequestStreamHandler</code>.
User doesn&#8217;t need to do anything other then specify it as 'handler' on AWS dashborad when deplioyimng function.
User doesn&#8217;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. .</p>
</div>
<div class="paragraph">