We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getKey
DynamoDBPersistenceLayer
1 parent 56fa294 commit b962be7Copy full SHA for b962be7
packages/idempotency/src/persistence/DynamoDBPersistenceLayer.ts
@@ -272,7 +272,7 @@ class DynamoDBPersistenceLayer extends BasePersistenceLayer {
272
*
273
* @param idempotencyKey
274
*/
275
- private getKey(idempotencyKey: string): Record<string, AttributeValue> {
+ protected getKey(idempotencyKey: string): Record<string, AttributeValue> {
276
if (this.sortKeyAttr) {
277
return marshall({
278
[this.keyAttr]: this.staticPkValue,
0 commit comments