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: