From 35d3c0734b0f40e93fa97bb287a756aa1c3f7ad3 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 14 Nov 2023 18:44:08 +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 1804097aa..882f2667f 100644 --- a/spring-cloud-function-samples/function-sample-aws-native/README.md +++ b/spring-cloud-function-samples/function-sample-aws-native/README.md @@ -90,7 +90,7 @@ Your test event will provide the information needed to select the `uppercase` or } ``` 5. Choose **Test**. - You should see reversed output for the payload value: "OLLEH" + You should see reversed output for the payload value: "olleh" **Congratulations!** You have built and deployed a Graal native image to AWS Lambda.