Terraform based lambda function that processes ses bounce and complaint messages
No requirements.
Name | Version |
---|---|
aws | n/a |
Name | Type |
---|---|
aws_iam_policy_document.lambda | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
environment | Descriptor for the email environment | string |
n/a | yes |
from_address | Email address to expect bounce/complaint notifications to originate from | string |
n/a | yes |
project_name | Name of the project | string |
n/a | yes |
sns_bounce_arn | ARN of the SNS topic for email bounces | string |
n/a | yes |
sns_complaint_arn | ARN of the SNS topic for email complaints | string |
n/a | yes |
to_address | Email address to send bounce/complaint notifications to | string |
n/a | yes |
log_level | Lambda log level | string |
"INFO" |
no |
tags | Map of tags to assign to the module resources | map(any) |
{} |
no |
Name | Description |
---|---|
lambda_arn | n/a |