Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in README referencing the AWS Management Console.
  • Loading branch information
sophieyang07 committed Jun 21, 2025
commit 12edc277320e56d832d027eec5a67531853094c8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down