Skip to content

Repository files navigation

terraform-aws-ses-forwarder Go Report Card

AWS Lambda (written in Go) to forward emails using AWS SES.

Usage

Terraform module

resource "aws_route53_zone" "domain" {
  name = "example.com"
}

module "email" {
  source  = "LouisBrunner/ses-forwarder/aws"
  version = "2.0.0"
  prefix  = "forwarder"

  emails = {
    "example.com" = [
      {regex = "^camille$", forward_to = ["camille@gmail.com"]}
    ]
  }
}

Docker image

You can also use the Docker image directly:

docker pull ghcr.io/louisbrunner/terraform-aws-ses-forwarder:v2.0.0

About

Go Lambda to send a SES email as an email

Topics

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages