You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -158,11 +158,11 @@ The `--architectures` flag is only required when you build the binary on an Appl
158
158
Be sure to replace <YOUR_ACCOUNT_ID> with your actual AWS account ID (for example: 012345678901).
159
159
160
160
> [!IMPORTANT]
161
-
> Before starting, you need the`lambda_basic_execution` IAM role in your AWS account.
161
+
> Before creating a function, you need to have a`lambda_basic_execution` IAM role in your AWS account.
162
162
>
163
163
> You can create this role in two ways:
164
164
> 1. Using AWS Console
165
-
> 2. Running the commands in the `create_lambda_execution_role()`functionin`Examples/_MyFirstFunction/create_iam_role.sh`
165
+
> 2. Running the commands in the `create_lambda_execution_role()`functionin[`Examples/_MyFirstFunction/create_iam_role.sh`](https://github.com/swift-server/swift-aws-lambda-runtime/blob/8dff649920ab0c66bb039d15ae48d9d5764db71a/Examples/_MyFirstFunction/create_and_deploy_function.sh#L40C1-L40C31)
0 commit comments