From 178523431c7e4eb8da07725426648b2697683873 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 14 Mar 2023 15:36:18 +0100 Subject: [PATCH] Update README.md --- spring-cloud-function-samples/function-sample-aws/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-aws/README.md b/spring-cloud-function-samples/function-sample-aws/README.md index 25a576038..bc240bb65 100644 --- a/spring-cloud-function-samples/function-sample-aws/README.md +++ b/spring-cloud-function-samples/function-sample-aws/README.md @@ -26,13 +26,13 @@ As you can see it's a standard Spring Boot application that has no code-level de So, once deployed as AWS Lambda you can send a String and receive the uppercased version of it back. -* Build * +**Build** ``` ./mvnw clean package ``` -** Deploy ** +**Deploy** Combination of pre-configured [Spring Boot maven plugin](https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/) and [Apache Maven Shade plugin](https://maven.apache.org/plugins/maven-shade-plugin/) will produce a deployable JAR file.