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