From 48fd291b1d24ef992bf7a999b375d2d38a36ed1e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 31 Mar 2020 03:05:59 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/spring-cloud-function.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/html/spring-cloud-function.html b/reference/html/spring-cloud-function.html index fea619fee..4ee7957b5 100644 --- a/reference/html/spring-cloud-function.html +++ b/reference/html/spring-cloud-function.html @@ -1563,7 +1563,7 @@ file:

-

As pointed out in the Notes on JAR Layout, you wil need a shaded jar in order to upload it +

As pointed out in the Notes on JAR Layout, you will need a shaded jar in order to upload it to AWS Lambda. You can use the Maven Shade Plugin for that. The example of the setup can be found above.

@@ -1603,7 +1603,7 @@ applications to AWS Lambda with Maven -

As pointed out in Notes on JAR Layout, you wil need a shaded jar in order to upload it +

As pointed out in Notes on JAR Layout, you will need a shaded jar in order to upload it to AWS Lambda. You can use the Gradle Shadow Plugin for that: