yicr
1/15/2020 - 6:27 AM

AWS SES not authorized

メモメモ

{
     "Version": "2012-10-17",
     "Statement": [
         {
             "Effect": "Allow",
             "Action": [
                 "ses:SendEmail",
\!h                 "ses:GetSendQuota"
             ],
             "Resource": "*"
         }
     ]
}