Update README.md
This commit is contained in:
@@ -26,7 +26,7 @@ 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.
|
So, once deployed as AWS Lambda you can send a String and receive the uppercased version of it back.
|
||||||
|
|
||||||
** Build **
|
* Build *
|
||||||
|
|
||||||
```
|
```
|
||||||
./mvnw clean package
|
./mvnw clean package
|
||||||
@@ -46,4 +46,4 @@ NOTE: You will find two JAR files (actually three where one has additional exten
|
|||||||
When ask about _handler_ you specify `org.springframework.cloud.function.adapter.aws.FunctionInvoker::handleRequest` which is a generic request handler provided by the Spring Cloud Function.
|
When ask about _handler_ you specify `org.springframework.cloud.function.adapter.aws.FunctionInvoker::handleRequest` which is a generic request handler provided by the Spring Cloud Function.
|
||||||
You can also find more details deployment procedures in this quick [getting started](https://docs.spring.io/spring-cloud-function/docs/3.2.9/reference/html/aws.html#_getting_started) paragraph available in Spring Cloud Function documentation.
|
You can also find more details deployment procedures in this quick [getting started](https://docs.spring.io/spring-cloud-function/docs/3.2.9/reference/html/aws.html#_getting_started) paragraph available in Spring Cloud Function documentation.
|
||||||
|
|
||||||
#### Other Examples
|
#### Other Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user