NovuN
Novu10mo 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."
}

Any ideas what could be causing this or how I can debug?
Was this page helpful?