I am using DynamoDB TTL attributes to delete data after certain time. I am able to save the deleted data by triggering the Lambda function of DynamoDB Streams (processed data).
Is it possible to trigger the Lambda function before the TTL attributes is deleted?