DynamoDB Stream / Kinesis on-failure destination

Is it possible to configure the “on-failure destination” of a DynamoDB Stream or Kinesis trigger?

I found this topic which might be related: Destination - AWS CloudFormation

However, it seems to be talking about the Destination of a lambda (which you configure in the AWS console by using the “Add Destination” button). This doesn’t seem to be the same than the “onFailure destination” at the trigger level. Something like:

{
  "onFailure": {
    "destination": "arn:aws:sqs:eu-west-3:xxxxx:mySqsOnFailureQueue"
  }
}
1 Like