Update spring-cloud-function.html
This commit is contained in:
@@ -960,7 +960,7 @@ Invoker</a> acts natively is an adapter for Spring Cloud Function jars.</p>
|
||||
<div class="sect2">
|
||||
<h3 id="_aws_lambda"><a class="link" href="#_aws_lambda">AWS Lambda</a></h3>
|
||||
<div class="paragraph">
|
||||
<p><strong>3.0.0.BUILD-SNAPSHOT</strong></p>
|
||||
<p><strong>3.0.0.M1</strong></p>
|
||||
</div>
|
||||
<div id="index-link" class="paragraph">
|
||||
<p><a href="https://cloud.spring.io/spring-cloud-function/home.html" class="bare">https://cloud.spring.io/spring-cloud-function/home.html</a></p>
|
||||
@@ -1160,7 +1160,8 @@ applications to AWS Lambda with Gradle <a href="https://github.com/spring-cloud/
|
||||
</div>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre>aws lambda create-function --function-name Uppercase --role arn:aws:iam::[USERID]:role/service-role/[ROLE] --zip-file fileb://function-sample-aws/target/function-sample-aws-2.0.0.BUILD-SNAPSHOT-aws.jar --handler org.springframework.cloud.function.adapter.aws.SpringBootStreamHandler --description "Spring Cloud Function Adapter Example" --runtime java8 --region us-east-1 --timeout 30 --memory-size 1024 --publish</pre>
|
||||
<pre>aws lambda create-function --function-name Uppercase --role arn:aws:iam::[USERID]:role/service-role/[ROLE] --zip-file fileb://function-sample-aws/target/function-sample-aws-2.0.0.
|
||||
SNAPSHOT-aws.jar --handler org.springframework.cloud.function.adapter.aws.SpringBootStreamHandler --description "Spring Cloud Function Adapter Example" --runtime java8 --region us-east-1 --timeout 30 --memory-size 1024 --publish</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
@@ -1305,7 +1306,7 @@ public class FuncApplication implements ApplicationContextInitializer<Generic
|
||||
<div class="sect2">
|
||||
<h3 id="_microsoft_azure"><a class="link" href="#_microsoft_azure">Microsoft Azure</a></h3>
|
||||
<div class="paragraph">
|
||||
<p><strong>3.0.0.BUILD-SNAPSHOT</strong></p>
|
||||
<p><strong>3.0.0.M1</strong></p>
|
||||
</div>
|
||||
<div id="index-link" class="paragraph">
|
||||
<p><a href="https://cloud.spring.io/spring-cloud-function/home.html" class="bare">https://cloud.spring.io/spring-cloud-function/home.html</a></p>
|
||||
@@ -1506,7 +1507,7 @@ The Azure sample app is written in the "non-functional" style (using <code>@Bean
|
||||
<div class="sect2">
|
||||
<h3 id="_apache_openwhisk"><a class="link" href="#_apache_openwhisk">Apache OpenWhisk</a></h3>
|
||||
<div class="paragraph">
|
||||
<p><strong>3.0.0.BUILD-SNAPSHOT</strong></p>
|
||||
<p><strong>3.0.0.M1</strong></p>
|
||||
</div>
|
||||
<div id="index-link" class="paragraph">
|
||||
<p><a href="https://cloud.spring.io/spring-cloud-function/home.html" class="bare">https://cloud.spring.io/spring-cloud-function/home.html</a></p>
|
||||
|
||||
Reference in New Issue
Block a user