A developer supports an application that accesses data in an Amazon DynamoDB table. One of the item attributes is expirationDate in the timestamp format. The application uses this attribute to find items, archive them, and remove them from the table based on the timestamp value
The application will be decommissioned soon, and the developer must find another way to implement this functionality. The developer needs a solution that will require the least amount of code to write.
Which solution will meet these requirements?
TTL for Automatic Deletion:DynamoDB's Time-to-Live effortlessly deletes expired items without manual intervention.
DynamoDB Stream:Captures changes to the table, including deletions of expired items, triggering downstream actions.
Lambda for Processing:A Lambda function connected to the stream provides custom logic for handling the deleted items.
Code Efficiency:This solution leverages native DynamoDB features and stream-based processing, minimizing the need for custom code.
DynamoDB TTL Documentation:https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html
Nada
9 months agoFrance
9 months agoSelene
9 months agoAriel
9 months agoMaile
9 months agoSkye
9 months agoJavier
9 months agoMaile
10 months agoLelia
9 months agoMartin
9 months agoCarlee
10 months agoJuliana
11 months agoMargo
11 months agoMichell
11 months agoKeena
11 months agoLura
11 months agoCallie
10 months agoShannon
10 months agoVirgie
10 months agoRebecka
10 months agoChu
10 months agoHuey
11 months agoJohanna
11 months agoTamala
11 months agoLynna
11 months agoDorthy
11 months ago