2

I have AWS API Destination, which is triggered by rule. I attached DLQ to rule and I am getting rejected messages, but I don't see any reason why this is happening. Is there any way to get logs in Cloud Watch about errors in API Destinations/Connections?

Martin Macak
  • 3,507
  • 2
  • 30
  • 54

1 Answers1

4

There is no facility to see/log the API Destination responses in EventBridge. I've been searching for exactly the same and come up empty.

The workaround for now is to instead target a lambda that does the API call instead.

chromebookdev
  • 305
  • 2
  • 11
  • 2
    I can not tell you how frustrating this is. Without logging, API destinations are essentially useless. – pmaurais Feb 14 '23 at 03:18