diff --git a/README.md b/README.md index d8de345..ea7dcc7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Download latest version of `certbot-lambda.zip` from [releases](https://github.c ### AWS Lambda -1. Create new lambda in Google Dashboard with `Python 3.11` runtime. +1. Create a new Lambda function from the [AWS Management Console](https://console.aws.amazon.com/lambda/), select the `Python 3.11` runtime. 2. Upload `certbot-lambda.zip` at `Code` > `Code source` > `Upload from` > `.zip file`. 3. Update handler to `main.handler` at `Code` > `Runtime settings` > `Handler`. 4. Create new `Execution role` at `Configuration` > `Execution role` > `Edit` > `Create a new role from AWS policy templates` with name `lambda-certbot`.