Abfragen einer DynamoDB-Tabelle nach TTL Elementen mithilfe...
final long currentTime = System.currentTimeMillis() / 1000; // A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you.final String keyConditionExpression = "#pk = :pk"; ...