Skip to content

Lambda function to forward email to another email address

License

Notifications You must be signed in to change notification settings

nator333/kotlin-ses-forward

Repository files navigation

kotlin-ses-forward

Outline

  • Forward an email from a S3 bucket receiving from SES, to another email address by SES

GitHub Logo

Tools

  • Gradle
  • Serverless Framework
  • AWS SES
  • AWS Lambda

Configulation

{
  "mailFrom": "******", <- needs to be verified in SES console 
  "mailTo": [
    "******"
  ],
  "regionId": "******", <- needs to match Lambda deploy environment
  "deploymentBucket": "******", <- existing S3 bucket name
  "eventBucket": "******" <- will be created by cloud formation
}

About

Lambda function to forward email to another email address

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages