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
11 months agoFrance
11 months agoSelene
11 months agoAriel
11 months agoMaile
11 months agoSkye
11 months agoJavier
12 months agoMaile
1 years agoLelia
11 months agoMartin
11 months agoCarlee
12 months agoJuliana
1 years agoMargo
1 years agoMichell
1 years agoKeena
1 years agoLura
1 years agoCallie
1 years agoShannon
1 years agoVirgie
1 years agoRebecka
1 years agoChu
1 years agoHuey
1 years agoJohanna
1 years agoTamala
1 years agoLynna
1 years agoDorthy
1 years ago