{"id":13582585,"url":"https://github.com/kingsoftgames/certbot-lambda","last_synced_at":"2025-04-06T14:31:04.099Z","repository":{"id":41491568,"uuid":"131402694","full_name":"kingsoftgames/certbot-lambda","owner":"kingsoftgames","description":"Running Certbot on AWS Lambda.","archived":false,"fork":false,"pushed_at":"2023-05-17T15:37:26.000Z","size":35530,"stargazers_count":42,"open_issues_count":4,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-05T22:41:53.702Z","etag":null,"topics":["aws","aws-lambda","certbot","python3","serverless"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kingsoftgames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-28T11:10:56.000Z","updated_at":"2024-10-31T09:46:22.000Z","dependencies_parsed_at":"2024-01-14T10:27:48.006Z","dependency_job_id":null,"html_url":"https://github.com/kingsoftgames/certbot-lambda","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsoftgames%2Fcertbot-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsoftgames%2Fcertbot-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsoftgames%2Fcertbot-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsoftgames%2Fcertbot-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingsoftgames","download_url":"https://codeload.github.com/kingsoftgames/certbot-lambda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247495799,"owners_count":20948110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-lambda","certbot","python3","serverless"],"created_at":"2024-08-01T15:02:51.719Z","updated_at":"2025-04-06T14:31:03.846Z","avatar_url":"https://github.com/kingsoftgames.png","language":"HCL","readme":"# certbot-lambda\n\nRunning Certbot on AWS Lambda.\n\nInspired by [Deploying EFF's Certbot in AWS Lambda](https://arkadiyt.com/2018/01/26/deploying-effs-certbot-in-aws-lambda/).\n\n## Features\n\n- Supports wildcard certificates (Let's Encrypt ACME v2).\n- Uploads certificates to specified Amazon S3 bucket.\n- Works with CloudWatch Scheduled Events for certificate renewal.\n- Use Terraform to deploy to AWS (See [terraform folder](terraform)).\n\n## How to archive zip file for lambda function\n```bash\n./package.sh\n```\n\n## How to update certbot version\n\n- Source virtualenv\n```bash\nsource certbot/venv/bin/activate\n```\n- Recreate requirements.txt with any plugins\n```bash\nreadonly CERTBOT_VERSION=1.17.0\nreadonly CERTBOT_DNS_TENCENTCLOUD_VERSION=1.3.0\npip3 install \\\n    certbot==${CERTBOT_VERSION} \\\n    certbot-dns-route53==${CERTBOT_VERSION} \\ \n    certbot-dns-tencentcloud==${CERTBOT_DNS_TENCENTCLOUD_VERSION} # Optional dns plugin\n```\n- Create new requirements file\n```bash\n# https://stackoverflow.com/questions/39577984/what-is-pkg-resources-0-0-0-in-output-of-pip-freeze-command\npip freeze | grep -v \"pkg-resources\" \u003e requirements.txt\n```","funding_links":[],"categories":["HCL"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsoftgames%2Fcertbot-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingsoftgames%2Fcertbot-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsoftgames%2Fcertbot-lambda/lists"}