Please repeat from step 4.1.1 -> 4.1.4 to create SES policy, we will create SES role in the ExtractEmailLambda section
Configuration | Value |
---|---|
policy | SESSaveEmailToS3Policy |
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::ai-powered-email-auto-replies/*"
]
}
]
}