Set function name to 'native-func-sample'

The build contains two functions: uppercase and reverse. The Lambda function name does n
This commit is contained in:
Tim Colson
2023-11-13 13:04:29 -07:00
committed by GitHub
parent a8747a7080
commit fea404803d

View File

@@ -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.