golang SDK for using SES, trying to move to signature v4, getting exception

0

Hi all,

My golang application is currently sending emails via the aws go SDK (ses package, although I tried sesv2 and got the same results!), very similar to the example provided here:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/examples-send-using-sdk.html

Changed the credentials (key and secret) to v4, and I'm getting signature exceptions.
Am I supposed to change the golang code that's sending the emails to do some different to support this v4 signature?

已提问 3 年前375 查看次数
1 回答
0

Turns out the key was with SMTP permissions and not SES permissions, which are wider/higher than SMTP...

已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则