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: