I have following issue with AWS Cognito using AWS SES for sending emails:
I configured Cognito using SES by CDK, but I read in the documentation that the "Service-linked role permissions" is required:
Using Service-Linked Roles for Amazon Cognito
All other AWS documentation about this topic was also no helpful for me.
Now I'm not sure, how I should add this role permission. I have a configured permission boundary, but here I haven't this role.
My question: Do I need to add this in the Permission Boundary or via CDK using IAM, and if I have to do this with CDK which method?
Thanks in advance!