From 12edc277320e56d832d027eec5a67531853094c8 Mon Sep 17 00:00:00 2001 From: Sophie Yang Date: Sat, 21 Jun 2025 18:24:27 +0100 Subject: [PATCH] Fix typo in README referencing the AWS Management Console. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.