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?

1回答
0

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

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ