Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 917 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 917 Bytes

SESEmailForward

Amazon SES Email Forward to Your Inbox

Deploy Stack

Usage Guide

You can deploy the CloudFormation stack which will provision the following AWS Services

  • SNS Topic to forward, received emails from SES
  • IAM Role to invoke Lambda function from SNS
  • Lambda function with NodeJS code to forward the emails to a defined from and to address
  • IAM Role allowing Lambda to forward emails.

Since AWS SES doesn't support CloudFormation at the moment, you need to create an email receiving rule from Amazon Web Console SES section and forward the email to the provisioned SNS topic (Need just to select the topic with UTF encoding).