1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
I think this is normal behavior since EventBridge may occasionally be executed multiple times.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-troubleshooting.html#eb-rule-triggered-more-than-once
In rare cases, the same rule can run more than once for a single event or scheduled time, or the same target can be invoked more than once for a given triggered rule.
You can tell if the same event is being called by looking at the ID contained in the event.
If this ID matches, you can determine that it is the same rule.
Relevant content
- asked a year ago
- asked 6 months ago
- AWS OFFICIALUpdated 8 months ago
