From fea404803d69728478295ef4c6d5c479abf31278 Mon Sep 17 00:00:00 2001 From: Tim Colson Date: Mon, 13 Nov 2023 13:04:29 -0700 Subject: [PATCH] Set function name to 'native-func-sample' The build contains two functions: uppercase and reverse. The Lambda function name does n --- .../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 81f5c195c..0110c9c67 100644 --- a/spring-cloud-function-samples/function-sample-aws-native/README.md +++ b/spring-cloud-function-samples/function-sample-aws-native/README.md @@ -53,7 +53,7 @@ You will first create the function, and then you will upload the zipped native i 1. Login to the **Amazon Web Services console**. 2. Navigate to the **Lambda service**. 3. Choose `Create Function`. -4. For **function name**, enter `uppercase`. +4. For **function name**, enter `native-func-sample`. 5. For runtime, select `Provide your own bootstrap on Amazon Linux 2`. 6. For architecture, select `arm64`. 7. Choose `Create Function` again.