From f1cd8ae1ab6c8a6725d8982b93d123959c732141 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 30 Jan 2023 18:38:07 +0100 Subject: [PATCH] Update README.md --- .../function-sample-aws-native/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-function-samples/function-sample-aws-native/README.md b/spring-cloud-function-samples/function-sample-aws-native/README.md index 119032e41..3dc4936be 100644 --- a/spring-cloud-function-samples/function-sample-aws-native/README.md +++ b/spring-cloud-function-samples/function-sample-aws-native/README.md @@ -35,4 +35,4 @@ Click on `Create Function` again. Next you need to upload your project, so click on `Upload From` and point to the ZIP file that was created by the build process (in the `target` directory). -Once the file is uploaded navigate to the `Test` tab. You can change the input data or use the default. Basically you need to pas a String in a JSON format such as "hello" and you should see the output "HELLO". +Once the file is uploaded navigate to the `Test` tab. You can change the input data or use the default. Basically you need to pas a String in a JSON format such as `"hello"` and you should see the output `"HELLO"`.