시작하기무료로 시작하기

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

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작