IAM Role for SES

Ok, Let’s create SES remaining policy

Please repeat from step 4.1.1 -> 4.1.4 to create SES policy, we will create SES role in the ExtractEmailLambda section

ConfigurationValue
policySESSaveEmailToS3Policy
{
 "Version": "2012-10-17",
 "Statement": [
  {
   "Effect": "Allow",
   "Action": [
    "s3:PutObject"
   ],
   "Resource": [
    "arn:aws:s3:::ai-powered-email-auto-replies/*"
   ]
  }
 ]
}