From 5b49b028eeb2272465c18d42fd29294d0772fcdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Wed, 8 Jan 2025 09:43:24 +0100 Subject: [PATCH] add link to IAM create role function --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 17209a44..4d1ad7a4 100644 --- a/readme.md +++ b/readme.md @@ -158,11 +158,11 @@ The `--architectures` flag is only required when you build the binary on an Appl Be sure to replace with your actual AWS account ID (for example: 012345678901). > [!IMPORTANT] -> Before starting, you need the `lambda_basic_execution` IAM role in your AWS account. +> Before creating a function, you need to have a `lambda_basic_execution` IAM role in your AWS account. > > You can create this role in two ways: > 1. Using AWS Console -> 2. Running the commands in the `create_lambda_execution_role()` function in `Examples/_MyFirstFunction/create_iam_role.sh` +> 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) 6. Invoke your Lambda function