We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a9503 commit adad938Copy full SHA for adad938
readme.md
@@ -155,6 +155,13 @@ The `--architectures` flag is only required when you build the binary on an Appl
155
156
Be sure to replace <YOUR_ACCOUNT_ID> with your actual AWS account ID (for example: 012345678901).
157
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
+
165
6. Invoke your Lambda function
166
167
```bash
0 commit comments