始める無料で始める

Choosing an idempotency key

A Lambda function consumes DynamoDB Streams records and updates a downstream system. Because Lambda processes stream records with at-least-once semantics, retries occasionally cause the same record to be processed more than once. The team wants to make the consumer idempotent by tracking which records have already been handled.

Which attribute is the BEST choice to use as the idempotency key?

この演習はコースの一部です

Developing applications on AWS

コースを見る

実践的なインタラクティブ演習

理論を実践に変える、インタラクティブな演習のひとつをお試しください

演習を開始する