-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/policy-templatesstage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.Automatically applied to new issues and PRs, indicating they haven't been looked at.
Description
Description
The SES Policy templates SESBulkTemplatedCrudPolicy lacks resource for template ARN when performing ses:SendTemplatedEmail .
Steps to reproduce
Use the SESBulkTemplatedCrudPolicy and specify verified Identity as parameter.
Observed result
Lambda fails to send email, as it lacks ses:SendTemplatedEmail on template.
After manually modifying the policy and also adding ARN for template, it works
Expected result
We need to add TemplateName as parameter to SESBulkTemplatedCrudPolicy
Additional environment details
- OS: Mac 12.6.2
- If using the SAM CLI,
sam --version
: 1.67.0 - AWS region: us-east-2
Metadata
Metadata
Assignees
Labels
area/policy-templatesstage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.Automatically applied to new issues and PRs, indicating they haven't been looked at.