From 472575b06e3d79c7440b099b96abd158c264a229 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 11 Jul 2019 17:21:07 +0200 Subject: [PATCH] Update aws.html --- spring-cloud-function/3.0.0.M1/aws.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-cloud-function/3.0.0.M1/aws.html b/spring-cloud-function/3.0.0.M1/aws.html index 1806addf..b597b5d2 100644 --- a/spring-cloud-function/3.0.0.M1/aws.html +++ b/spring-cloud-function/3.0.0.M1/aws.html @@ -188,8 +188,8 @@ then additional transformers must be configured as part of the maven-shade-plugi

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
+
+

Maven

In order to use the adapter plugin for Maven, add the plugin dependency to your pom.xml file:

@@ -232,8 +232,8 @@ The example of the setup can be found above.here.

-
-
Gradle
+
+

Gradle

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