From 2206fa544a706f198634404cf1f2cb8a42e8769e Mon Sep 17 00:00:00 2001 From: Eliot Daniel Date: Sun, 29 Mar 2020 16:44:57 +0800 Subject: [PATCH 1/2] Fix a Fix a spell miss --- 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 cc20ebf51..53890f790 100644 --- a/docs/src/main/asciidoc/adapters/aws-intro.adoc +++ b/docs/src/main/asciidoc/adapters/aws-intro.adoc @@ -178,7 +178,7 @@ dependencies { } ---- -As pointed out in <>, you wil need a shaded jar in order to upload it +As pointed out in <>, you will need a shaded jar in order to upload it to AWS Lambda. You can use the https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow/[Gradle Shadow Plugin] for that: [source,groovy] From 9ead9853a84df2007b9f4d94b928dbfea27db88d Mon Sep 17 00:00:00 2001 From: Eliot Daniel Date: Sun, 29 Mar 2020 16:59:36 +0800 Subject: [PATCH 2/2] Fix a spell miss --- 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 53890f790..5549565bd 100644 --- a/docs/src/main/asciidoc/adapters/aws-intro.adoc +++ b/docs/src/main/asciidoc/adapters/aws-intro.adoc @@ -143,7 +143,7 @@ file: ---- -As pointed out in the <>, you wil need a shaded jar in order to upload it +As pointed out in the <>, you will need a shaded jar in order to upload it to AWS Lambda. You can use the https://maven.apache.org/plugins/maven-shade-plugin/[Maven Shade Plugin] for that. The example of the <> can be found above.