Skip to content

Commit 6734b9b

Browse files
committed
remove method
1 parent 198b9ba commit 6734b9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

powertools-idempotency/src/main/java/software/amazon/lambda/powertools/idempotency/persistence/DynamoDBPersistenceStore.java

-4
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,6 @@ private DataRecord itemToRecord(Map<String, AttributeValue> item) {
245245
item.get(this.inProgressExpiryAttr) != null ? OptionalLong.of(Long.parseLong(item.get(this.inProgressExpiryAttr).n())) : OptionalLong.empty());
246246
}
247247

248-
public DynamoDbClient getDynamoDbClient() {
249-
return dynamoDbClient;
250-
}
251-
252248
public static Builder builder() {
253249
return new Builder();
254250
}

0 commit comments

Comments
 (0)