From 1bf7c436fa8d7063e2c03e03637d8c214a881548 Mon Sep 17 00:00:00 2001 From: amolkatdare Date: Thu, 17 Dec 2020 16:54:25 -0600 Subject: [PATCH] fixed typo. 'dashboard' --- docs/src/main/asciidoc/adapters/aws-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/adapters/aws-intro.adoc b/docs/src/main/asciidoc/adapters/aws-intro.adoc index 222189034..92c5c24ab 100644 --- a/docs/src/main/asciidoc/adapters/aws-intro.adoc +++ b/docs/src/main/asciidoc/adapters/aws-intro.adoc @@ -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) is `org.springframework.cloud.function.adapter.aws.FunctionInvoker` 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 deploying function. +User doesn't need to do anything other then specify it as 'handler' on AWS dashboard when deploying function. It will handle most of the case including Kinesis, streaming etc. .