🔥 3-day streak
AWS Certified Generative AI Developer - Professional165 / 166
Question 165 of 166
A financial services company builds a document-processing pipeline orchestrated by AWS Step Functions. The workflow: (1) a Lambda extracts text from an uploaded PDF, (2) a Bedrock InvokeModel call classifies the document, and (3) a second Bedrock call generates a structured summary that is written to DynamoDB. During load testing, transient Bedrock ThrottlingExceptions cause some executions to fail at step 2, and manual reruns occasionally create duplicate DynamoDB summary records. The team needs a resilient design that handles throttling gracefully and prevents duplicate writes without redesigning the entire pipeline. What should they implement?
Reviewed for accuracy · Report an issueNext question