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