1 Answer
- Newest
- Most votes
- Most comments
2
Hello.
"aws.rds" can only be used in events created by AWS, so I don't think it can be used when creating test EventBridge events.
So, when testing, why not change it to something like "test.rds" instead of "aws.rds"?
By the way, if you set SQS DLQ as the EventBridge target as described in the document below, you may be able to troubleshoot the cause of the failure to send from the event that failed to send.
https://repost.aws/knowledge-center/eventbridge-lambda-not-triggered
Relevant content
- AWS OFFICIALUpdated 5 months ago

thanks, that's what I ended up doing. I just want to check if I am using EventID correctly under detail to get the right event?
If you can send an email on SNS using that event pattern, you can check the contents of the event. So, please try using SNS instead of Lambda to check if the event pattern works.
By the way, Lambda worked with the following event pattern, so I think there is a problem with the resource-based policy on the Lambda side.