Skip to content

Commit

Permalink
Merge pull request #89 from FloRul/email-receipt-sender
Browse files Browse the repository at this point in the history
remove ses policy statement
  • Loading branch information
joelbalcaen authored Mar 26, 2024
2 parents 6091ac8 + ac8227a commit 4bec31d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lambdas/email_receipt_confirmation/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ module "lambda_function_container_image" {
"logs:PutLogEvents",
]
}

ses = {
effect = "Allow"
resources = [local.ses_arn, "arn:aws:ses:${var.aws_region}:${data.aws_caller_identity.current.account_id}:*"]
actions = ["ses:SendEmail", "ses:SendRawEmail"]
}
}


Expand Down

0 comments on commit 4bec31d

Please sign in to comment.