N
Novu•3w ago
c11d

AWS SES Integration issue

I'm configuring the SES integrations on Novu cloud, and even though I have confirmed the IAM credentials used for the integration, I keep getting:
{
"name": "SignatureDoesNotMatch",
"$fault": "client",
"$metadata": {
"httpStatusCode": 403,
"attempts": 1,
"totalRetryDelay": 0
},
"Type": "Sender",
"Code": "SignatureDoesNotMatch",
"message": "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."
}
{
"name": "SignatureDoesNotMatch",
"$fault": "client",
"$metadata": {
"httpStatusCode": 403,
"attempts": 1,
"totalRetryDelay": 0
},
"Type": "Sender",
"Code": "SignatureDoesNotMatch",
"message": "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."
}
Any ideas what could be causing this or how I can debug?
1 Reply
Pawan Jain
Pawan Jain•3w ago
@c11d Hey 👋 Could you please check if you are not adding any extra characters before or after with values while copy-pasting?

Did you find this page helpful?