开始使用免费开始使用

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

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习