Skip to content

Commit eebfd61

Browse files
authored
add link to IAM create role function (#458)
Update readme to add a link to IAM create role function
1 parent 8dff649 commit eebfd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ The `--architectures` flag is only required when you build the binary on an Appl
158158
Be sure to replace <YOUR_ACCOUNT_ID> with your actual AWS account ID (for example: 012345678901).
159159

160160
> [!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.
162162
>
163163
> You can create this role in two ways:
164164
> 1. Using AWS Console
165-
> 2. Running the commands in the `create_lambda_execution_role()` function in `Examples/_MyFirstFunction/create_iam_role.sh`
165+
> 2. Running the commands in the `create_lambda_execution_role()` function in [`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)
166166
167167
6. Invoke your Lambda function
168168

0 commit comments

Comments
 (0)