Handling duplicate events
An event-driven application uses Amazon EventBridge to deliver events to a Lambda consumer that writes to a database. Because AWS event services automatically retry failed deliveries, the same event is occasionally delivered more than once, creating duplicate database records.
Which approach BEST prevents these duplicates from corrupting the data?
本练习是课程的一部分
