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?

preguntada hace 3 años375 visualizaciones
1 Respuesta
0

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

respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas