Fix a spell miss of AWS adapter intro documentation
This commit is contained in:
@@ -60,7 +60,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)
|
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`.
|
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. .
|
It will handle most of the case including Kinesis, streaming etc. .
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user