Update aws.html

This commit is contained in:
Oleg Zhurakousky
2019-07-11 17:10:30 +02:00
committed by GitHub
parent 86d3880ecf
commit ead8f331d7

View File

@@ -182,13 +182,13 @@ then additional transformers must be configured as part of the maven-shade-plugi
</div>
</div>
</div>
<div class="sect3">
<div class="sect1">
<h4 id="_build_file_setup"><a class="link" href="#_build_file_setup">Build file setup</a></h4>
<div class="paragraph">
<p>In order to run Spring Cloud Function applications on AWS Lambda, you can leverage Maven or Gradle
plugins offered by the cloud platform provider.</p>
</div>
<div class="sect4">
<div class="sect2">
<h5 id="_maven"><a class="link" href="#_maven">Maven</a></h5>
<div class="paragraph">
<p>In order to use the adapter plugin for Maven, add the plugin dependency to your <code>pom.xml</code>
@@ -232,7 +232,7 @@ The example of the <a href="#shade-plugin-setup">setup</a> can be found above.</
applications to AWS Lambda with Maven <a href="https://github.com/spring-cloud/spring-cloud-function/blob/master/spring-cloud-function-samples/function-sample-aws/pom.xml">here</a>.</p>
</div>
</div>
<div class="sect4">
<div class="sect2">
<h5 id="_gradle"><a class="link" href="#_gradle">Gradle</a></h5>
<div class="paragraph">
<p>In order to use the adapter plugin for Gradle, add the dependency to your <code>build.gradle</code> file:</p>