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
Willard
9 months agoMiesha
9 months agoIvory
10 months agoShayne
10 months agoAshley
10 months agoTheresia
10 months agoGoldie
11 months agoReuben
11 months agoTherese
11 months agoVilma
11 months agoJacki
11 months agoKara
11 months agoDenise
11 months agoCammy
11 months agoJohnna
11 months agoAnissa
11 months agoMelda
11 months agoInocencia
11 months agoNada
2 years agoFrance
2 years agoSelene
2 years agoAriel
2 years agoMaile
2 years agoSkye
2 years agoJavier
2 years agoMaile
2 years agoLelia
2 years agoMartin
2 years agoCarlee
2 years agoJuliana
2 years agoMargo
2 years agoMichell
2 years agoKeena
2 years agoLura
2 years agoCallie
2 years agoShannon
2 years agoVirgie
2 years agoRebecka
2 years agoChu
2 years agoHuey
2 years agoJohanna
2 years agoTamala
2 years agoLynna
2 years agoDorthy
2 years ago