Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvendingoldo/aws-letsencrypt-lambda
The AWS Let's Encrypt Lambda with Terraform Automation is a comprehensive solution designed to automate the acquisition and renewal of SSL/TLS certificates for your web applications hosted on the AWS.
https://github.com/kvendingoldo/aws-letsencrypt-lambda
aws aws-lambda go lambda letsencrypt letsencrypt-certificates opentofu terraform
Last synced: 15 days ago
JSON representation
The AWS Let's Encrypt Lambda with Terraform Automation is a comprehensive solution designed to automate the acquisition and renewal of SSL/TLS certificates for your web applications hosted on the AWS.
- Host: GitHub
- URL: https://github.com/kvendingoldo/aws-letsencrypt-lambda
- Owner: kvendingoldo
- License: mit
- Created: 2021-10-19T13:42:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T11:19:50.000Z (3 months ago)
- Last Synced: 2024-10-04T18:51:49.505Z (about 1 month ago)
- Topics: aws, aws-lambda, go, lambda, letsencrypt, letsencrypt-certificates, opentofu, terraform
- Language: Go
- Homepage:
- Size: 487 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Github release](https://img.shields.io/github/v/release/kvendingoldo/aws-letsencrypt-lambda?style=for-the-badge)](https://github.com/kvendingoldo/aws-letsencrypt-lambda/releases) [![Contributors](https://img.shields.io/github/contributors/kvendingoldo/aws-letsencrypt-lambda?style=for-the-badge)](https://github.com/kvendingoldo/aws-letsencrypt-lambda/graphs/contributors) ![maintenance status](https://img.shields.io/maintenance/yes/2024.svg?style=for-the-badge) [![Go report](https://img.shields.io/badge/go%20report-A+-brightgreen.svg?style=for-the-badge)](https://goreportcard.com/report/github.com/kvendingoldo/aws-letsencrypt-lambda/) [![OpenTofu support](https://img.shields.io/badge/opentofu-supported-blue.svg?logo=opentofu&style=for-the-badge)](https://opentofu.org/) [![OpenTofu support](https://img.shields.io/badge/terraform-supported-blue.svg?logo=terraform&style=for-the-badge)](https://www.terraform.io/)
# aws-letsencrypt-lambda
## Overview
It's common for people to desire having valid TLS certificates without wanting to pay for them.
This is where the [Let's Encrypt](https://letsencrypt.org) project can help. Although it offers an excellent service, issuing and renewing certifications is not made simple. It is particularly visible in cloudy environments.This repository represents a straightforward Lambda function for AWS that uses CRON (cloud watch events) and can simply issue and renew certificates without any manual operation on the part of the operator. In addition, this repository offers a Terraform module that speeds up Lambda's onboarding.
## Documentation
You can review the following documents on the Lambda to learn more:
* [How to use the Lambda inside of AWS](docs/how_to_use_aws.md)
* [How to use the Lambda locally](docs/how_to_use_locally.md)
* [How to use OpenTofu automation](docs/how_to_use_opentofu.md)
* [Labmda's environment variables](docs/environment_variables.md)