jonny-rimek / wowmate

combatlog analysis for world of warcraft players
http://wowmate.io
MIT License
4 stars 0 forks source link

Double check that inserts are idempotent and can handle duplicate executions #214

Closed jonny-rimek closed 3 years ago

jonny-rimek commented 3 years ago

s3 sqs and sns are are at least once delivery by default, which means they can be executed multiple times for asingle event

jonny-rimek commented 3 years ago

inserts into dynanodb are, inserts into timestream are not, but i already created another ticket to handle that #121