Skip to content

Commit adad938

Browse files
committed
add a note in the readme to explain the IAM role must be present
1 parent e1a9503 commit adad938

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ The `--architectures` flag is only required when you build the binary on an Appl
155155

156156
Be sure to replace <YOUR_ACCOUNT_ID> with your actual AWS account ID (for example: 012345678901).
157157

158+
> [!IMPORTANT]
159+
> Before starting, you need the `lambda_basic_execution` IAM role in your AWS account.
160+
>
161+
> You can create this role in two ways:
162+
> 1. Using AWS Console
163+
> 2. Running the setup script at `Examples/_MyFirstFunction/create_iam_role.sh`
164+
158165
6. Invoke your Lambda function
159166

160167
```bash

0 commit comments

Comments
 (0)