From ead8f331d72904fce57ce7aa691bbd04ce99cf76 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 11 Jul 2019 17:10:30 +0200 Subject: [PATCH] Update aws.html --- spring-cloud-function/3.0.0.M1/aws.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-function/3.0.0.M1/aws.html b/spring-cloud-function/3.0.0.M1/aws.html index 895f498a..10fafcf8 100644 --- a/spring-cloud-function/3.0.0.M1/aws.html +++ b/spring-cloud-function/3.0.0.M1/aws.html @@ -182,13 +182,13 @@ then additional transformers must be configured as part of the maven-shade-plugi -
+

Build file setup

In order to run Spring Cloud Function applications on AWS Lambda, you can leverage Maven or Gradle plugins offered by the cloud platform provider.

-
+
Maven

In order to use the adapter plugin for Maven, add the plugin dependency to your pom.xml @@ -232,7 +232,7 @@ The example of the setup can be found above.here.

-
+
Gradle

In order to use the adapter plugin for Gradle, add the dependency to your build.gradle file: