🔥 3-day streak
AWS Certified Developer - Associate51 / 150
Question 51 of 150
A developer writes a Lambda function that loads 200 records into a DynamoDB table using a series of BatchWriteItem calls (25 items each). During peak load, some responses return successfully but the function later discovers that not all records were actually written. Reviewing the SDK response reveals a non-empty UnprocessedItems map. What is the correct way to ensure all records are eventually persisted?
Reviewed for accuracy · Report an issueNext question