You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powertools-idempotency/src/main/java/software/amazon/lambda/powertools/idempotency/persistence/DynamoDBPersistenceStore.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ public Builder withKeyAttr(String keyAttr) {
275
275
}
276
276
277
277
/**
278
-
* DynamoDB attribute value for partition key (optional), by default "idempotency#<function-name>".
278
+
* DynamoDB attribute value for partition key (optional), by default "idempotency#[function-name]".
279
279
* This will be used if the {@link #sortKeyAttr} is set.
280
280
*
281
281
* @param staticPkValue name of the partition key attribute in the table
0 commit comments