Hi all, is there a way for me to create and retrie...
# general
b
Hi all, is there a way for me to create and retrieve AWS SES SMTP credentials resource, in Golang?
b
@bulky-agent-73210 I believe AWS SES SMPT credentials are actually IAM credentials, so you'd need to create an IAM user with an access key and secret key, assign the
ses:SendRawEmail
permission then retrieve those values from the iam user
b
Thanks, I’ll look into that